Html Css Color HEX #0F77B7 Cerulean

📋 copy color: '#0F77B7'

red 15 ◦ green 119 ◦ blue 183

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

Shades of Cerulean #0F77B7

Tints of Cerulean #0F77B7

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.54%

 BLUE value IS 183 (71.88% from 255) = 57.73%

R = 4.73%
G = 37.54%
B = 57.73%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0F77B7 (or 0x0F77B7) is known color: Cerulean. HEX triplet: 0F, 77 and B7. RGB value is (15,119,183). Sum of RGB (Red+Green+Blue) = 15+119+183=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 183 (71.88% from 255 or 57.73% from 317); Max value from RGB is 183 - color contains mainly: blue. Hex color #0F77B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F77B7 is #F08848. Grayscale: #5E5E5E. Windows color (decimal): -15763529 or 12023567. OLE color: 12023567.

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

Color convert

RGB 15 119 183 -
CMYK 0.92 0.35 0 0.28
HSL 202.86º 0.85% 0.39% -
HSV(B) 202.86º 0.92% 0.72% -
XYZ 15.34 16.71 47.22 -
YUV 95.2 177.54 70.8 -
System Red Green Blue C M Y K H S L
Decimal 15 119 183 0.92 0.35 0 0.28 202.86 0.85 0.39
Hex F 77 B7 5C 23 0 1C CB 55 27
Octal 17 167 267 134 43 0 34 313 125 47
Binary 1111 1110111 10110111 1011100 100011 0 11100 11001011 1010101 100111

Color Harmonies of #0F77B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F77B7

Black with #0F77B7

Text Example


Text Example

White with #0F77B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,119,183); }

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

background-color css

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

 a { background-color: rgb(15,119,183); }

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

border-color css

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

 span { border-color: rgb(15,119,183); }

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