Html Css Color HEX #0F80AA Cerulean

📋 copy color: '#0F80AA'

red 15 ◦ green 128 ◦ blue 170

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

Shades of Cerulean #0F80AA

Tints of Cerulean #0F80AA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.89%

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

R = 4.79%
G = 40.89%
B = 54.31%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F80AA (or 0x0F80AA) is known color: Cerulean. HEX triplet: 0F, 80 and AA. RGB value is (15,128,170). Sum of RGB (Red+Green+Blue) = 15+128+170=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F80AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F80AA is #F07F55. Grayscale: #626262. Windows color (decimal): -15761238 or 11173903. OLE color: 11173903.

HSL color Cylindrical-coordinate representation of color #0F80AA: hue angle of 196.26º 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 #0F80AA is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 128 170 -
CMYK 0.91 0.25 0 0.33
HSL 196.26º 0.84% 0.36% -
HSV(B) 196.26º 0.91% 0.67% -
XYZ 15.17 18.44 40.79 -
YUV 99 168.06 68.08 -
System Red Green Blue C M Y K H S L
Decimal 15 128 170 0.91 0.25 0 0.33 196.26 0.84 0.36
Hex F 80 AA 5B 19 0 21 C4 54 24
Octal 17 200 252 133 31 0 41 304 124 44
Binary 1111 10000000 10101010 1011011 11001 0 100001 11000100 1010100 100100

Color Harmonies of #0F80AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F80AA

Black with #0F80AA

Text Example


Text Example

White with #0F80AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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