Html Css Color HEX #0E799B Cerulean

📋 copy color: '#0E799B'

red 14 ◦ green 121 ◦ blue 155

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

Shades of Cerulean #0E799B

Tints of Cerulean #0E799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.72%

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

R = 4.83%
G = 41.72%
B = 53.45%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E799B (or 0x0E799B) is known color: Cerulean. HEX triplet: 0E, 79 and 9B. RGB value is (14,121,155). Sum of RGB (Red+Green+Blue) = 14+121+155=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E799B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E799B is #F18664. Grayscale: #5C5C5C. Windows color (decimal): -15828581 or 10189070. OLE color: 10189070.

HSL color Cylindrical-coordinate representation of color #0E799B: hue angle of 194.47º 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 #0E799B is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 121 155 -
CMYK 0.91 0.22 0 0.39
HSL 194.47º 0.83% 0.33% -
HSV(B) 194.47º 0.91% 0.61% -
XYZ 12.93 16.13 33.44 -
YUV 92.88 163.05 71.74 -
System Red Green Blue C M Y K H S L
Decimal 14 121 155 0.91 0.22 0 0.39 194.47 0.83 0.33
Hex E 79 9B 5B 16 0 27 C2 53 21
Octal 16 171 233 133 26 0 47 302 123 41
Binary 1110 1111001 10011011 1011011 10110 0 100111 11000010 1010011 100001

Color Harmonies of #0E799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E799B

Black with #0E799B

Text Example


Text Example

White with #0E799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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