Html Css Color HEX #0E77BB Cerulean

📋 copy color: '#0E77BB'

red 14 ◦ green 119 ◦ blue 187

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

Shades of Cerulean #0E77BB

Tints of Cerulean #0E77BB

RGB

 RED value IS 14 (5.86% from 255) = 4.38%

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

 BLUE value IS 187 (73.44% from 255) = 58.44%

R = 4.38%
G = 37.19%
B = 58.44%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E77BB (or 0x0E77BB) is known color: Cerulean. HEX triplet: 0E, 77 and BB. RGB value is (14,119,187). Sum of RGB (Red+Green+Blue) = 14+119+187=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E77BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E77BB is #F18844. Grayscale: #5E5E5E. Windows color (decimal): -15829061 or 12285710. OLE color: 12285710.

HSL color Cylindrical-coordinate representation of color #0E77BB: hue angle of 203.58º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E77BB is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 119 187 -
CMYK 0.93 0.36 0 0.27
HSL 203.58º 0.86% 0.39% -
HSV(B) 203.58º 0.93% 0.73% -
XYZ 15.75 16.87 49.44 -
YUV 95.36 179.71 69.97 -
System Red Green Blue C M Y K H S L
Decimal 14 119 187 0.93 0.36 0 0.27 203.58 0.86 0.39
Hex E 77 BB 5D 24 0 1B CC 56 27
Octal 16 167 273 135 44 0 33 314 126 47
Binary 1110 1110111 10111011 1011101 100100 0 11011 11001100 1010110 100111

Color Harmonies of #0E77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E77BB

Black with #0E77BB

Text Example


Text Example

White with #0E77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,119,187); }

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

background-color css

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

 a { background-color: rgb(14,119,187); }

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

border-color css

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

 span { border-color: rgb(14,119,187); }

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