#0F83B1

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

Shades of Cerulean #0F83B1

Tints of Cerulean #0F83B1

Color information

#0F83B1 (or 0x0F83B1) is unknown color: approx Cerulean. HEX triplet: 0F, 83 and B1. RGB value is (15,131,177). Sum of RGB (Red+Green+Blue) = 15+131+177=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #0F83B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F83B1 is #F07C4E. Grayscale: #656565. Windows color (decimal): -15760463 or 11633423. OLE color: 11633423.

HSL color Cylindrical-coordinate representation of color #0F83B1: hue angle of 197.04º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F83B1 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15131177-
CMYK0.920.2600.31
HSL197.04º84.38%37.65%-
HSV(B)197.04º91.53%69.41%-
XYZ16.2519.5144.5-
YUV101.56170.5766.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.64%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 177 (69.53% from 255) = 54.80%
R=4.64%
G=40.56%
B=54.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151311770.920.2600.31197.0484.3837.65
HexF83B15C1A01Fc55426
Octal172032611343203730512446
Binary11111000001110110001101110011010011111110001011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F83B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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