Html Css Color HEX #0E6695 Cerulean

📋 copy color: '#0E6695'

red 14 ◦ green 102 ◦ blue 149

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

Shades of Cerulean #0E6695

Tints of Cerulean #0E6695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.49%

 BLUE value IS 149 (58.59% from 255) = 56.23%

R = 5.28%
G = 38.49%
B = 56.23%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E6695 (or 0x0E6695) is known color: Cerulean. HEX triplet: 0E, 66 and 95. RGB value is (14,102,149). Sum of RGB (Red+Green+Blue) = 14+102+149=265 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.28% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E6695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6695 is #F1996A. Grayscale: #505050. Windows color (decimal): -15833451 or 9790990. OLE color: 9790990.

HSL color Cylindrical-coordinate representation of color #0E6695: hue angle of 200.89º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E6695 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 102 149 -
CMYK 0.91 0.32 0 0.42
HSL 200.89º 0.83% 0.32% -
HSV(B) 200.89º 0.91% 0.58% -
XYZ 10.36 11.77 30.16 -
YUV 81.05 166.35 80.18 -
System Red Green Blue C M Y K H S L
Decimal 14 102 149 0.91 0.32 0 0.42 200.89 0.83 0.32
Hex E 66 95 5B 20 0 2A C9 53 20
Octal 16 146 225 133 40 0 52 311 123 40
Binary 1110 1100110 10010101 1011011 100000 0 101010 11001001 1010011 100000

Color Harmonies of #0E6695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6695

Black with #0E6695

Text Example


Text Example

White with #0E6695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,102,149); }

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

background-color css

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

 a { background-color: rgb(14,102,149); }

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

border-color css

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

 span { border-color: rgb(14,102,149); }

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