Html Css Color HEX #0E779F Cerulean

📋 copy color: '#0E779F'

red 14 ◦ green 119 ◦ blue 159

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

Shades of Cerulean #0E779F

Tints of Cerulean #0E779F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.45%

R = 4.79%
G = 40.75%
B = 54.45%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E779F (or 0x0E779F) is known color: Cerulean. HEX triplet: 0E, 77 and 9F. RGB value is (14,119,159). Sum of RGB (Red+Green+Blue) = 14+119+159=292 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.79% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #0E779F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E779F is #F18860. Grayscale: #5B5B5B. Windows color (decimal): -15829089 or 10450702. OLE color: 10450702.

HSL color Cylindrical-coordinate representation of color #0E779F: hue angle of 196.55º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E779F is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 119 159 -
CMYK 0.91 0.25 0 0.38
HSL 196.55º 0.84% 0.34% -
HSV(B) 196.55º 0.91% 0.62% -
XYZ 13.04 15.79 35.16 -
YUV 92.17 165.71 72.25 -
System Red Green Blue C M Y K H S L
Decimal 14 119 159 0.91 0.25 0 0.38 196.55 0.84 0.34
Hex E 77 9F 5B 19 0 26 C5 54 22
Octal 16 167 237 133 31 0 46 305 124 42
Binary 1110 1110111 10011111 1011011 11001 0 100110 11000101 1010100 100010

Color Harmonies of #0E779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E779F

Black with #0E779F

Text Example


Text Example

White with #0E779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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