Html Css Color HEX #0E779B Cerulean

📋 copy color: '#0E779B'

red 14 ◦ green 119 ◦ blue 155

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

Shades of Cerulean #0E779B

Tints of Cerulean #0E779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.82%

R = 4.86%
G = 41.32%
B = 53.82%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E779B (or 0x0E779B) is known color: Cerulean. HEX triplet: 0E, 77 and 9B. RGB value is (14,119,155). Sum of RGB (Red+Green+Blue) = 14+119+155=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E779B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E779B is #F18864. Grayscale: #5B5B5B. Windows color (decimal): -15829093 or 10188558. OLE color: 10188558.

HSL color Cylindrical-coordinate representation of color #0E779B: hue angle of 195.32º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E779B is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 119 155 -
CMYK 0.91 0.23 0 0.39
HSL 195.32º 0.83% 0.33% -
HSV(B) 195.32º 0.91% 0.61% -
XYZ 12.69 15.65 33.36 -
YUV 91.71 163.71 72.57 -
System Red Green Blue C M Y K H S L
Decimal 14 119 155 0.91 0.23 0 0.39 195.32 0.83 0.33
Hex E 77 9B 5B 17 0 27 C3 53 21
Octal 16 167 233 133 27 0 47 303 123 41
Binary 1110 1110111 10011011 1011011 10111 0 100111 11000011 1010011 100001

Color Harmonies of #0E779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E779B

Black with #0E779B

Text Example


Text Example

White with #0E779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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