Html Css Color HEX #0F70AA Cerulean

📋 copy color: '#0F70AA'

red 15 ◦ green 112 ◦ blue 170

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

Shades of Cerulean #0F70AA

Tints of Cerulean #0F70AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.71%

 BLUE value IS 170 (66.8% from 255) = 57.24%

R = 5.05%
G = 37.71%
B = 57.24%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F70AA (or 0x0F70AA) is known color: Cerulean. HEX triplet: 0F, 70 and AA. RGB value is (15,112,170). Sum of RGB (Red+Green+Blue) = 15+112+170=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F70AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F70AA is #F08F55. Grayscale: #595959. Windows color (decimal): -15765334 or 11169807. OLE color: 11169807.

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

Color convert

RGB 15 112 170 -
CMYK 0.91 0.34 0 0.33
HSL 202.45º 0.84% 0.36% -
HSV(B) 202.45º 0.91% 0.67% -
XYZ 13.25 14.59 40.15 -
YUV 89.61 173.36 74.78 -
System Red Green Blue C M Y K H S L
Decimal 15 112 170 0.91 0.34 0 0.33 202.45 0.84 0.36
Hex F 70 AA 5B 22 0 21 CA 54 24
Octal 17 160 252 133 42 0 41 312 124 44
Binary 1111 1110000 10101010 1011011 100010 0 100001 11001010 1010100 100100

Color Harmonies of #0F70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F70AA

Black with #0F70AA

Text Example


Text Example

White with #0F70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,112,170); }

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

background-color css

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

 a { background-color: rgb(15,112,170); }

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

border-color css

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

 span { border-color: rgb(15,112,170); }

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