Html Css Color HEX #0E699C Cerulean

📋 copy color: '#0E699C'

red 14 ◦ green 105 ◦ blue 156

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

Shades of Cerulean #0E699C

Tints of Cerulean #0E699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.18%

 BLUE value IS 156 (61.33% from 255) = 56.73%

R = 5.09%
G = 38.18%
B = 56.73%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E699C (or 0x0E699C) is known color: Cerulean. HEX triplet: 0E, 69 and 9C. RGB value is (14,105,156). Sum of RGB (Red+Green+Blue) = 14+105+156=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E699C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E699C is #F19663. Grayscale: #535353. Windows color (decimal): -15832676 or 10250510. OLE color: 10250510.

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

Color convert

RGB 14 105 156 -
CMYK 0.91 0.33 0 0.39
HSL 201.55º 0.84% 0.33% -
HSV(B) 201.55º 0.91% 0.61% -
XYZ 11.23 12.6 33.29 -
YUV 83.61 168.85 78.35 -
System Red Green Blue C M Y K H S L
Decimal 14 105 156 0.91 0.33 0 0.39 201.55 0.84 0.33
Hex E 69 9C 5B 21 0 27 CA 54 21
Octal 16 151 234 133 41 0 47 312 124 41
Binary 1110 1101001 10011100 1011011 100001 0 100111 11001010 1010100 100001

Color Harmonies of #0E699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E699C

Black with #0E699C

Text Example


Text Example

White with #0E699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,105,156); }

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

background-color css

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

 a { background-color: rgb(14,105,156); }

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

border-color css

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

 span { border-color: rgb(14,105,156); }

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