Html Css Color HEX #0F80AE Cerulean

📋 copy color: '#0F80AE'

red 15 ◦ green 128 ◦ blue 174

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

Shades of Cerulean #0F80AE

Tints of Cerulean #0F80AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.89%

R = 4.73%
G = 40.38%
B = 54.89%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F80AE (or 0x0F80AE) is known color: Cerulean. HEX triplet: 0F, 80 and AE. RGB value is (15,128,174). Sum of RGB (Red+Green+Blue) = 15+128+174=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F80AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F80AE is #F07F51. Grayscale: #636363. Windows color (decimal): -15761234 or 11436047. OLE color: 11436047.

HSL color Cylindrical-coordinate representation of color #0F80AE: hue angle of 197.36º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F80AE is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 128 174 -
CMYK 0.91 0.26 0 0.32
HSL 197.36º 0.84% 0.37% -
HSV(B) 197.36º 0.91% 0.68% -
XYZ 15.56 18.6 42.81 -
YUV 99.46 170.06 67.76 -
System Red Green Blue C M Y K H S L
Decimal 15 128 174 0.91 0.26 0 0.32 197.36 0.84 0.37
Hex F 80 AE 5B 1A 0 20 C5 54 25
Octal 17 200 256 133 32 0 40 305 124 45
Binary 1111 10000000 10101110 1011011 11010 0 100000 11000101 1010100 100101

Color Harmonies of #0F80AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F80AE

Black with #0F80AE

Text Example


Text Example

White with #0F80AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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