Html Css Color HEX #0E789D Cerulean

📋 copy color: '#0E789D'

red 14 ◦ green 120 ◦ blue 157

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

Shades of Cerulean #0E789D

Tints of Cerulean #0E789D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.95%

R = 4.81%
G = 41.24%
B = 53.95%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E789D (or 0x0E789D) is known color: Cerulean. HEX triplet: 0E, 78 and 9D. RGB value is (14,120,157). Sum of RGB (Red+Green+Blue) = 14+120+157=291 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.81% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E789D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E789D is #F18762. Grayscale: #5C5C5C. Windows color (decimal): -15828835 or 10319886. OLE color: 10319886.

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

Color convert

RGB 14 120 157 -
CMYK 0.91 0.24 0 0.38
HSL 195.52º 0.84% 0.34% -
HSV(B) 195.52º 0.91% 0.62% -
XYZ 12.98 15.96 34.29 -
YUV 92.52 164.38 71.99 -
System Red Green Blue C M Y K H S L
Decimal 14 120 157 0.91 0.24 0 0.38 195.52 0.84 0.34
Hex E 78 9D 5B 18 0 26 C4 54 22
Octal 16 170 235 133 30 0 46 304 124 42
Binary 1110 1111000 10011101 1011011 11000 0 100110 11000100 1010100 100010

Color Harmonies of #0E789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E789D

Black with #0E789D

Text Example


Text Example

White with #0E789D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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