Html Css Color HEX #0E639B Cerulean

📋 copy color: '#0E639B'

red 14 ◦ green 99 ◦ blue 155

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

Shades of Cerulean #0E639B

Tints of Cerulean #0E639B

RGB

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

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

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

R = 5.22%
G = 36.94%
B = 57.84%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E639B (or 0x0E639B) is known color: Cerulean. HEX triplet: 0E, 63 and 9B. RGB value is (14,99,155). Sum of RGB (Red+Green+Blue) = 14+99+155=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E639B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E639B is #F19C64. Grayscale: #4F4F4F. Windows color (decimal): -15834213 or 10183438. OLE color: 10183438.

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

Color convert

RGB 14 99 155 -
CMYK 0.91 0.36 0 0.39
HSL 203.83º 0.83% 0.33% -
HSV(B) 203.83º 0.91% 0.61% -
XYZ 10.56 11.38 32.65 -
YUV 79.97 170.34 80.95 -
System Red Green Blue C M Y K H S L
Decimal 14 99 155 0.91 0.36 0 0.39 203.83 0.83 0.33
Hex E 63 9B 5B 24 0 27 CC 53 21
Octal 16 143 233 133 44 0 47 314 123 41
Binary 1110 1100011 10011011 1011011 100100 0 100111 11001100 1010011 100001

Color Harmonies of #0E639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E639B

Black with #0E639B

Text Example


Text Example

White with #0E639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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