Html Css Color HEX #0E639D Cerulean

📋 copy color: '#0E639D'

red 14 ◦ green 99 ◦ blue 157

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

Shades of Cerulean #0E639D

Tints of Cerulean #0E639D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.67%

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

R = 5.19%
G = 36.67%
B = 58.15%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E639D (or 0x0E639D) is known color: Cerulean. HEX triplet: 0E, 63 and 9D. RGB value is (14,99,157). Sum of RGB (Red+Green+Blue) = 14+99+157=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E639D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E639D is #F19C62. Grayscale: #4F4F4F. Windows color (decimal): -15834211 or 10314510. OLE color: 10314510.

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

Color convert

RGB 14 99 157 -
CMYK 0.91 0.37 0 0.38
HSL 204.34º 0.84% 0.34% -
HSV(B) 204.34º 0.91% 0.62% -
XYZ 10.73 11.45 33.54 -
YUV 80.2 171.34 80.78 -
System Red Green Blue C M Y K H S L
Decimal 14 99 157 0.91 0.37 0 0.38 204.34 0.84 0.34
Hex E 63 9D 5B 25 0 26 CC 54 22
Octal 16 143 235 133 45 0 46 314 124 42
Binary 1110 1100011 10011101 1011011 100101 0 100110 11001100 1010100 100010

Color Harmonies of #0E639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E639D

Black with #0E639D

Text Example


Text Example

White with #0E639D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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