Html Css Color HEX #0E598F Dark Cerulean

📋 copy color: '#0E598F'

red 14 ◦ green 89 ◦ blue 143

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

Shades of Dark Cerulean #0E598F

Tints of Dark Cerulean #0E598F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.18%

 BLUE value IS 143 (56.25% from 255) = 58.13%

R = 5.69%
G = 36.18%
B = 58.13%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0E598F (or 0x0E598F) is known color: Dark Cerulean. HEX triplet: 0E, 59 and 8F. RGB value is (14,89,143). Sum of RGB (Red+Green+Blue) = 14+89+143=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #0E598F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E598F is #F1A670. Grayscale: #484848. Windows color (decimal): -15836785 or 9394446. OLE color: 9394446.

HSL color Cylindrical-coordinate representation of color #0E598F: hue angle of 205.12º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E598F is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 14 89 143 -
CMYK 0.90 0.38 0 0.44
HSL 205.12º 0.82% 0.31% -
HSV(B) 205.12º 0.9% 0.56% -
XYZ 8.71 9.22 27.31 -
YUV 72.73 167.65 86.11 -
System Red Green Blue C M Y K H S L
Decimal 14 89 143 0.90 0.38 0 0.44 205.12 0.82 0.31
Hex E 59 8F 5A 26 0 2C CD 52 1F
Octal 16 131 217 132 46 0 54 315 122 37
Binary 1110 1011001 10001111 1011010 100110 0 101100 11001101 1010010 11111

Color Harmonies of #0E598F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E598F

Black with #0E598F

Text Example


Text Example

White with #0E598F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,89,143); }

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

background-color css

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

 a { background-color: rgb(14,89,143); }

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

border-color css

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

 span { border-color: rgb(14,89,143); }

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