Html Css Color HEX #0E70AD Cerulean

📋 copy color: '#0E70AD'

red 14 ◦ green 112 ◦ blue 173

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

Shades of Cerulean #0E70AD

Tints of Cerulean #0E70AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.46%

 BLUE value IS 173 (67.97% from 255) = 57.86%

R = 4.68%
G = 37.46%
B = 57.86%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E70AD (or 0x0E70AD) is known color: Cerulean. HEX triplet: 0E, 70 and AD. RGB value is (14,112,173). Sum of RGB (Red+Green+Blue) = 14+112+173=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E70AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E70AD is #F18F52. Grayscale: #595959. Windows color (decimal): -15830867 or 11366414. OLE color: 11366414.

HSL color Cylindrical-coordinate representation of color #0E70AD: hue angle of 203.02º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E70AD is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 112 173 -
CMYK 0.92 0.35 0 0.32
HSL 203.02º 0.85% 0.37% -
HSV(B) 203.02º 0.92% 0.68% -
XYZ 13.52 14.7 41.66 -
YUV 89.65 175.03 74.04 -
System Red Green Blue C M Y K H S L
Decimal 14 112 173 0.92 0.35 0 0.32 203.02 0.85 0.37
Hex E 70 AD 5C 23 0 20 CB 55 25
Octal 16 160 255 134 43 0 40 313 125 45
Binary 1110 1110000 10101101 1011100 100011 0 100000 11001011 1010101 100101

Color Harmonies of #0E70AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E70AD

Black with #0E70AD

Text Example


Text Example

White with #0E70AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,112,173); }

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

background-color css

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

 a { background-color: rgb(14,112,173); }

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

border-color css

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

 span { border-color: rgb(14,112,173); }

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