Html Css Color HEX #0E499B Cobalt

📋 copy color: '#0E499B'

red 14 ◦ green 73 ◦ blue 155

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

Shades of Cobalt #0E499B

Tints of Cobalt #0E499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 155 (60.94% from 255) = 64.05%

R = 5.79%
G = 30.17%
B = 64.05%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E499B (or 0x0E499B) is known color: Cobalt. HEX triplet: 0E, 49 and 9B. RGB value is (14,73,155). Sum of RGB (Red+Green+Blue) = 14+73+155=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E499B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E499B is #F1B664. Grayscale: #404040. Windows color (decimal): -15840869 or 10176782. OLE color: 10176782.

HSL color Cylindrical-coordinate representation of color #0E499B: hue angle of 214.89º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E499B is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 73 155 -
CMYK 0.91 0.53 0 0.39
HSL 214.89º 0.83% 0.33% -
HSV(B) 214.89º 0.91% 0.61% -
XYZ 8.48 7.23 31.96 -
YUV 64.71 178.95 91.83 -
System Red Green Blue C M Y K H S L
Decimal 14 73 155 0.91 0.53 0 0.39 214.89 0.83 0.33
Hex E 49 9B 5B 35 0 27 D7 53 21
Octal 16 111 233 133 65 0 47 327 123 41
Binary 1110 1001001 10011011 1011011 110101 0 100111 11010111 1010011 100001

Color Harmonies of #0E499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E499B

Black with #0E499B

Text Example


Text Example

White with #0E499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,73,155); }

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

background-color css

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

 a { background-color: rgb(14,73,155); }

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

border-color css

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

 span { border-color: rgb(14,73,155); }

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