Html Css Color HEX #0E749D Cerulean

📋 copy color: '#0E749D'

red 14 ◦ green 116 ◦ blue 157

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

Shades of Cerulean #0E749D

Tints of Cerulean #0E749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.7%

R = 4.88%
G = 40.42%
B = 54.7%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E749D (or 0x0E749D) is known color: Cerulean. HEX triplet: 0E, 74 and 9D. RGB value is (14,116,157). Sum of RGB (Red+Green+Blue) = 14+116+157=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E749D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E749D is #F18B62. Grayscale: #595959. Windows color (decimal): -15829859 or 10318862. OLE color: 10318862.

HSL color Cylindrical-coordinate representation of color #0E749D: hue angle of 197.2º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E749D is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 116 157 -
CMYK 0.91 0.26 0 0.38
HSL 197.2º 0.84% 0.34% -
HSV(B) 197.2º 0.91% 0.62% -
XYZ 12.51 15.02 34.14 -
YUV 90.18 165.71 73.67 -
System Red Green Blue C M Y K H S L
Decimal 14 116 157 0.91 0.26 0 0.38 197.2 0.84 0.34
Hex E 74 9D 5B 1A 0 26 C5 54 22
Octal 16 164 235 133 32 0 46 305 124 42
Binary 1110 1110100 10011101 1011011 11010 0 100110 11000101 1010100 100010

Color Harmonies of #0E749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E749D

Black with #0E749D

Text Example


Text Example

White with #0E749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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