Html Css Color HEX #0E74AB Cerulean

📋 copy color: '#0E74AB'

red 14 ◦ green 116 ◦ blue 171

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

Shades of Cerulean #0E74AB

Tints of Cerulean #0E74AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 4.65%
G = 38.54%
B = 56.81%

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

#0E74AB (or 0x0E74AB) is known color: Cerulean. HEX triplet: 0E, 74 and AB. RGB value is (14,116,171). Sum of RGB (Red+Green+Blue) = 14+116+171=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E74AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E74AB is #F18B54. Grayscale: #5B5B5B. Windows color (decimal): -15829845 or 11236366. OLE color: 11236366.

HSL color Cylindrical-coordinate representation of color #0E74AB: hue angle of 201.02º 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 #0E74AB is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 116 171 -
CMYK 0.92 0.32 0 0.33
HSL 201.02º 0.85% 0.36% -
HSV(B) 201.02º 0.92% 0.67% -
XYZ 13.78 15.52 40.8 -
YUV 91.77 172.71 72.53 -
System Red Green Blue C M Y K H S L
Decimal 14 116 171 0.92 0.32 0 0.33 201.02 0.85 0.36
Hex E 74 AB 5C 20 0 21 C9 55 24
Octal 16 164 253 134 40 0 41 311 125 44
Binary 1110 1110100 10101011 1011100 100000 0 100001 11001001 1010101 100100

Color Harmonies of #0E74AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E74AB

Black with #0E74AB

Text Example


Text Example

White with #0E74AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,116,171); }

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

background-color css

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

 a { background-color: rgb(14,116,171); }

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

border-color css

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

 span { border-color: rgb(14,116,171); }

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