Html Css Color HEX #014DB9 Cobalt

📋 copy color: '#014DB9'

red 1 ◦ green 77 ◦ blue 185

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

Shades of Cobalt #014DB9

Tints of Cobalt #014DB9

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

 GREEN value IS 77 (30.47% from 255) = 29.28%

 BLUE value IS 185 (72.66% from 255) = 70.34%

R = 0.38%
G = 29.28%
B = 70.34%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#014DB9 (or 0x014DB9) is known color: Cobalt. HEX triplet: 01, 4D and B9. RGB value is (1,77,185). Sum of RGB (Red+Green+Blue) = 1+77+185=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 185 (72.66% from 255 or 70.34% from 263); Max value from RGB is 185 - color contains mainly: blue. Hex color #014DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DB9 is #FEB246. Grayscale: #424242. Windows color (decimal): -16691783 or 12143873. OLE color: 12143873.

HSL color Cylindrical-coordinate representation of color #014DB9: hue angle of 215.22º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014DB9 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 77 185 -
CMYK 0.99 0.58 0 0.27
HSL 215.22º 0.99% 0.36% -
HSV(B) 215.22º 0.99% 0.73% -
XYZ 11.42 8.82 47 -
YUV 66.59 194.82 81.22 -
System Red Green Blue C M Y K H S L
Decimal 1 77 185 0.99 0.58 0 0.27 215.22 0.99 0.36
Hex 1 4D B9 63 3A 0 1B D7 63 24
Octal 1 115 271 143 72 0 33 327 143 44
Binary 1 1001101 10111001 1100011 111010 0 11011 11010111 1100011 100100

Color Harmonies of #014DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014DB9

Black with #014DB9

Text Example


Text Example

White with #014DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014DB9; }

 p { color: rgb(1,77,185); }

 H1.HeaderClassName
 {
   color: #014DB9;
 }
 .AnyTagClassName
 {
   color: #014DB9;
 }
</style>

background-color css

<style>
 a { background-color: #014DB9; }

 a { background-color: rgb(1,77,185); }

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

border-color css

<style>
 span { border-color: #014DB9; }

 span { border-color: rgb(1,77,185); }

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