Html Css Color HEX #0F76B5 Cerulean

📋 copy color: '#0F76B5'

red 15 ◦ green 118 ◦ blue 181

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

Shades of Cerulean #0F76B5

Tints of Cerulean #0F76B5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.58%

 BLUE value IS 181 (71.09% from 255) = 57.64%

R = 4.78%
G = 37.58%
B = 57.64%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0F76B5 (or 0x0F76B5) is known color: Cerulean. HEX triplet: 0F, 76 and B5. RGB value is (15,118,181). Sum of RGB (Red+Green+Blue) = 15+118+181=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 181 (71.09% from 255 or 57.64% from 314); Max value from RGB is 181 - color contains mainly: blue. Hex color #0F76B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F76B5 is #F0894A. Grayscale: #5E5E5E. Windows color (decimal): -15763787 or 11892239. OLE color: 11892239.

HSL color Cylindrical-coordinate representation of color #0F76B5: hue angle of 202.77º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F76B5 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 118 181 -
CMYK 0.92 0.35 0 0.29
HSL 202.77º 0.85% 0.38% -
HSV(B) 202.77º 0.92% 0.71% -
XYZ 15.02 16.39 46.09 -
YUV 94.39 176.88 71.38 -
System Red Green Blue C M Y K H S L
Decimal 15 118 181 0.92 0.35 0 0.29 202.77 0.85 0.38
Hex F 76 B5 5C 23 0 1D CB 55 26
Octal 17 166 265 134 43 0 35 313 125 46
Binary 1111 1110110 10110101 1011100 100011 0 11101 11001011 1010101 100110

Color Harmonies of #0F76B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F76B5

Black with #0F76B5

Text Example


Text Example

White with #0F76B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,118,181); }

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

background-color css

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

 a { background-color: rgb(15,118,181); }

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

border-color css

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

 span { border-color: rgb(15,118,181); }

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