Html Css Color HEX #014DB1 Cobalt

📋 copy color: '#014DB1'

red 1 ◦ green 77 ◦ blue 177

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

Shades of Cobalt #014DB1

Tints of Cobalt #014DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 69.41%

R = 0.39%
G = 30.2%
B = 69.41%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#014DB1 (or 0x014DB1) is known color: Cobalt. HEX triplet: 01, 4D and B1. RGB value is (1,77,177). Sum of RGB (Red+Green+Blue) = 1+77+177=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 177 (69.53% from 255 or 69.41% from 255); Max value from RGB is 177 - color contains mainly: blue. Hex color #014DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014DB1 is #FEB24E. Grayscale: #414141. Windows color (decimal): -16691791 or 11619585. OLE color: 11619585.

HSL color Cylindrical-coordinate representation of color #014DB1: hue angle of 214.09º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014DB1 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 77 177 -
CMYK 0.99 0.56 0 0.31
HSL 214.09º 0.99% 0.35% -
HSV(B) 214.09º 0.99% 0.69% -
XYZ 10.6 8.49 42.67 -
YUV 65.68 190.82 81.87 -
System Red Green Blue C M Y K H S L
Decimal 1 77 177 0.99 0.56 0 0.31 214.09 0.99 0.35
Hex 1 4D B1 63 38 0 1F D6 63 23
Octal 1 115 261 143 70 0 37 326 143 43
Binary 1 1001101 10110001 1100011 111000 0 11111 11010110 1100011 100011

Color Harmonies of #014DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014DB1

Black with #014DB1

Text Example


Text Example

White with #014DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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