#0F83A7

Color #0F83A7 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0F83A7

Tints of Cerulean #0F83A7

Color information

#0F83A7 (or 0x0F83A7) is unknown color: approx Cerulean. HEX triplet: 0F, 83 and A7. RGB value is (15,131,167). Sum of RGB (Red+Green+Blue) = 15+131+167=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 167 (65.62% from 255 or 53.35% from 313); Max value from RGB is 167 - color contains mainly: blue. Hex color #0F83A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F83A7 is #F07C58. Grayscale: #646464. Windows color (decimal): -15760473 or 10978063. OLE color: 10978063.

HSL color Cylindrical-coordinate representation of color #0F83A7: hue angle of 194.21º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F83A7 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15131167-
CMYK0.910.2200.35
HSL194.21º83.52%35.69%-
HSV(B)194.21º91.02%65.49%-
XYZ15.2919.1239.44-
YUV100.42165.5767.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 4.79%
GREEN value IS 131 (51.56% from 255) = 41.85%
BLUE value IS 167 (65.62% from 255) = 53.35%
R=4.79%
G=41.85%
B=53.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151311670.910.2200.35194.2183.5235.69
HexF83A75B16023c25424
Octal172032471332604330212444
Binary111110000011101001111011011101100100011110000101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F83A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F83A7; }

 p { color: rgb(15,131,167); }

 H1.HeaderClassName
 {
   color: #0F83A7;
 }
 .AnyTagClassName
 {
   color: #0F83A7;
 }
</style>
background-color css

<style>
 a { background-color: #0F83A7; }

 a { background-color: rgb(15,131,167); }

 div.DivClassName
 {
   background-color: #0F83A7;
 }
 .BgClassName
 {
   background-color: #0F83A7;
 }
</style>
border-color css

<style>
 span { border-color: #0F83A7; }

 span { border-color: rgb(15,131,167); }

 td.TdClassName
 {
   border-color: #0F83A7;
 }
 .TagClassName
 {
   border-color: #0F83A7;
 }
</style>