Html Css Color HEX #014DBC Cobalt

📋 copy color: '#014DBC'

red 1 ◦ green 77 ◦ blue 188

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

Shades of Cobalt #014DBC

Tints of Cobalt #014DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.68%

R = 0.38%
G = 28.95%
B = 70.68%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#014DBC (or 0x014DBC) is known color: Cobalt. HEX triplet: 01, 4D and BC. RGB value is (1,77,188). Sum of RGB (Red+Green+Blue) = 1+77+188=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #014DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DBC is #FEB243. Grayscale: #424242. Windows color (decimal): -16691780 or 12340481. OLE color: 12340481.

HSL color Cylindrical-coordinate representation of color #014DBC: hue angle of 215.61º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014DBC is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 77 188 -
CMYK 0.99 0.59 0 0.26
HSL 215.62º 0.99% 0.37% -
HSV(B) 215.62º 0.99% 0.74% -
XYZ 11.74 8.95 48.68 -
YUV 66.93 196.32 80.97 -
System Red Green Blue C M Y K H S L
Decimal 1 77 188 0.99 0.59 0 0.26 215.62 0.99 0.37
Hex 1 4D BC 63 3B 0 1A D8 63 25
Octal 1 115 274 143 73 0 32 330 143 45
Binary 1 1001101 10111100 1100011 111011 0 11010 11011000 1100011 100101

Color Harmonies of #014DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014DBC

Black with #014DBC

Text Example


Text Example

White with #014DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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