Html Css Color HEX #0E69A3 Cerulean

📋 copy color: '#0E69A3'

red 14 ◦ green 105 ◦ blue 163

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

Shades of Cerulean #0E69A3

Tints of Cerulean #0E69A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 57.8%

R = 4.96%
G = 37.23%
B = 57.8%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0E69A3 (or 0x0E69A3) is known color: Cerulean. HEX triplet: 0E, 69 and A3. RGB value is (14,105,163). Sum of RGB (Red+Green+Blue) = 14+105+163=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 163 (64.06% from 255 or 57.80% from 282); Max value from RGB is 163 - color contains mainly: blue. Hex color #0E69A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E69A3 is #F1965C. Grayscale: #545454. Windows color (decimal): -15832669 or 10709262. OLE color: 10709262.

HSL color Cylindrical-coordinate representation of color #0E69A3: hue angle of 203.36º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E69A3 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 105 163 -
CMYK 0.91 0.36 0 0.36
HSL 203.36º 0.84% 0.35% -
HSV(B) 203.36º 0.91% 0.64% -
XYZ 11.84 12.84 36.5 -
YUV 84.4 172.35 77.78 -
System Red Green Blue C M Y K H S L
Decimal 14 105 163 0.91 0.36 0 0.36 203.36 0.84 0.35
Hex E 69 A3 5B 24 0 24 CB 54 23
Octal 16 151 243 133 44 0 44 313 124 43
Binary 1110 1101001 10100011 1011011 100100 0 100100 11001011 1010100 100011

Color Harmonies of #0E69A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E69A3

Black with #0E69A3

Text Example


Text Example

White with #0E69A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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