Html Css Color HEX #0E73AA Cerulean

📋 copy color: '#0E73AA'

red 14 ◦ green 115 ◦ blue 170

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

Shades of Cerulean #0E73AA

Tints of Cerulean #0E73AA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 4.68%
G = 38.46%
B = 56.86%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E73AA (or 0x0E73AA) is known color: Cerulean. HEX triplet: 0E, 73 and AA. RGB value is (14,115,170). Sum of RGB (Red+Green+Blue) = 14+115+170=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E73AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E73AA is #F18C55. Grayscale: #5A5A5A. Windows color (decimal): -15830102 or 11170574. OLE color: 11170574.

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

Color convert

RGB 14 115 170 -
CMYK 0.92 0.32 0 0.33
HSL 201.15º 0.85% 0.36% -
HSV(B) 201.15º 0.92% 0.67% -
XYZ 13.57 15.26 40.26 -
YUV 91.07 172.54 73.03 -
System Red Green Blue C M Y K H S L
Decimal 14 115 170 0.92 0.32 0 0.33 201.15 0.85 0.36
Hex E 73 AA 5C 20 0 21 C9 55 24
Octal 16 163 252 134 40 0 41 311 125 44
Binary 1110 1110011 10101010 1011100 100000 0 100001 11001001 1010101 100100

Color Harmonies of #0E73AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E73AA

Black with #0E73AA

Text Example


Text Example

White with #0E73AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,115,170); }

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

background-color css

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

 a { background-color: rgb(14,115,170); }

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

border-color css

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

 span { border-color: rgb(14,115,170); }

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