Html Css Color HEX #0E789B Cerulean

📋 copy color: '#0E789B'

red 14 ◦ green 120 ◦ blue 155

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

Shades of Cerulean #0E789B

Tints of Cerulean #0E789B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.52%

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

R = 4.84%
G = 41.52%
B = 53.63%

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

#0E789B (or 0x0E789B) is known color: Cerulean. HEX triplet: 0E, 78 and 9B. RGB value is (14,120,155). Sum of RGB (Red+Green+Blue) = 14+120+155=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E789B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E789B is #F18764. Grayscale: #5C5C5C. Windows color (decimal): -15828837 or 10188814. OLE color: 10188814.

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

Color convert

RGB 14 120 155 -
CMYK 0.91 0.23 0 0.39
HSL 194.89º 0.83% 0.33% -
HSV(B) 194.89º 0.91% 0.61% -
XYZ 12.81 15.89 33.4 -
YUV 92.3 163.38 72.15 -
System Red Green Blue C M Y K H S L
Decimal 14 120 155 0.91 0.23 0 0.39 194.89 0.83 0.33
Hex E 78 9B 5B 17 0 27 C3 53 21
Octal 16 170 233 133 27 0 47 303 123 41
Binary 1110 1111000 10011011 1011011 10111 0 100111 11000011 1010011 100001

Color Harmonies of #0E789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E789B

Black with #0E789B

Text Example


Text Example

White with #0E789B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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