Html Css Color HEX #0F6BA2 Cerulean

📋 copy color: '#0F6BA2'

red 15 ◦ green 107 ◦ blue 162

#0F6BA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0F6BA2

Tints of Cerulean #0F6BA2

RGB

 RED value IS 15 (6.25% from 255) = 5.28%

 GREEN value IS 107 (42.19% from 255) = 37.68%

 BLUE value IS 162 (63.67% from 255) = 57.04%

R = 5.28%
G = 37.68%
B = 57.04%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0F6BA2 (or 0x0F6BA2) is known color: Cerulean. HEX triplet: 0F, 6B and A2. RGB value is (15,107,162). Sum of RGB (Red+Green+Blue) = 15+107+162=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 162 (63.67% from 255 or 57.04% from 284); Max value from RGB is 162 - color contains mainly: blue. Hex color #0F6BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6BA2 is #F0945D. Grayscale: #555555. Windows color (decimal): -15766622 or 10644239. OLE color: 10644239.

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

Color convert

RGB 15 107 162 -
CMYK 0.91 0.34 0 0.36
HSL 202.45º 0.83% 0.35% -
HSV(B) 202.45º 0.91% 0.64% -
XYZ 11.98 13.23 36.1 -
YUV 85.76 171.02 77.53 -
System Red Green Blue C M Y K H S L
Decimal 15 107 162 0.91 0.34 0 0.36 202.45 0.83 0.35
Hex F 6B A2 5B 22 0 24 CA 53 23
Octal 17 153 242 133 42 0 44 312 123 43
Binary 1111 1101011 10100010 1011011 100010 0 100100 11001010 1010011 100011

Color Harmonies of #0F6BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6BA2

Black with #0F6BA2

Text Example


Text Example

White with #0F6BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,107,162); }

 H1.HeaderClassName
 {
   color: #0F6BA2;
 }
 .AnyTagClassName
 {
   color: #0F6BA2;
 }
</style>

background-color css

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

 a { background-color: rgb(15,107,162); }

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

border-color css

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

 span { border-color: rgb(15,107,162); }

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