Html Css Color HEX #014DBF Cobalt

📋 copy color: '#014DBF'

red 1 ◦ green 77 ◦ blue 191

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

Shades of Cobalt #014DBF

Tints of Cobalt #014DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 71%

R = 0.37%
G = 28.62%
B = 71%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#014DBF (or 0x014DBF) is known color: Cobalt. HEX triplet: 01, 4D and BF. RGB value is (1,77,191). Sum of RGB (Red+Green+Blue) = 1+77+191=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #014DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DBF is #FEB240. Grayscale: #424242. Windows color (decimal): -16691777 or 12537089. OLE color: 12537089.

HSL color Cylindrical-coordinate representation of color #014DBF: hue angle of 216º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014DBF is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 77 191 -
CMYK 0.99 0.60 0 0.25
HSL 216º 0.99% 0.38% -
HSV(B) 216º 0.99% 0.75% -
XYZ 12.07 9.08 50.41 -
YUV 67.27 197.82 80.73 -
System Red Green Blue C M Y K H S L
Decimal 1 77 191 0.99 0.60 0 0.25 216 0.99 0.38
Hex 1 4D BF 63 3C 0 19 D8 63 26
Octal 1 115 277 143 74 0 31 330 143 46
Binary 1 1001101 10111111 1100011 111100 0 11001 11011000 1100011 100110

Color Harmonies of #014DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014DBF

Black with #014DBF

Text Example


Text Example

White with #014DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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