Html Css Color HEX #0F82AA Cerulean

📋 copy color: '#0F82AA'

red 15 ◦ green 130 ◦ blue 170

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

Shades of Cerulean #0F82AA

Tints of Cerulean #0F82AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

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

R = 4.76%
G = 41.27%
B = 53.97%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F82AA (or 0x0F82AA) is known color: Cerulean. HEX triplet: 0F, 82 and AA. RGB value is (15,130,170). Sum of RGB (Red+Green+Blue) = 15+130+170=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F82AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F82AA is #F07D55. Grayscale: #636363. Windows color (decimal): -15760726 or 11174415. OLE color: 11174415.

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

Color convert

RGB 15 130 170 -
CMYK 0.91 0.24 0 0.33
HSL 195.48º 0.84% 0.36% -
HSV(B) 195.48º 0.91% 0.67% -
XYZ 15.44 18.97 40.88 -
YUV 100.18 167.4 67.25 -
System Red Green Blue C M Y K H S L
Decimal 15 130 170 0.91 0.24 0 0.33 195.48 0.84 0.36
Hex F 82 AA 5B 18 0 21 C3 54 24
Octal 17 202 252 133 30 0 41 303 124 44
Binary 1111 10000010 10101010 1011011 11000 0 100001 11000011 1010100 100100

Color Harmonies of #0F82AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F82AA

Black with #0F82AA

Text Example


Text Example

White with #0F82AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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