Html Css Color HEX #013DB6 Cobalt

📋 copy color: '#013DB6'

red 1 ◦ green 61 ◦ blue 182

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

Shades of Cobalt #013DB6

Tints of Cobalt #013DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25%

 BLUE value IS 182 (71.48% from 255) = 74.59%

R = 0.41%
G = 25%
B = 74.59%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#013DB6 (or 0x013DB6) is known color: Cobalt. HEX triplet: 01, 3D and B6. RGB value is (1,61,182). Sum of RGB (Red+Green+Blue) = 1+61+182=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 182 (71.48% from 255 or 74.59% from 244); Max value from RGB is 182 - color contains mainly: blue. Hex color #013DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DB6 is #FEC249. Grayscale: #383838. Windows color (decimal): -16695882 or 11943169. OLE color: 11943169.

HSL color Cylindrical-coordinate representation of color #013DB6: hue angle of 220.11º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013DB6 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 61 182 -
CMYK 0.99 0.66 0 0.29
HSL 220.11º 0.99% 0.36% -
HSV(B) 220.11º 0.99% 0.71% -
XYZ 10.12 6.72 45.02 -
YUV 56.85 198.62 88.16 -
System Red Green Blue C M Y K H S L
Decimal 1 61 182 0.99 0.66 0 0.29 220.11 0.99 0.36
Hex 1 3D B6 63 42 0 1D DC 63 24
Octal 1 75 266 143 102 0 35 334 143 44
Binary 1 111101 10110110 1100011 1000010 0 11101 11011100 1100011 100100

Color Harmonies of #013DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DB6

Black with #013DB6

Text Example


Text Example

White with #013DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013DB6; }

 p { color: rgb(1,61,182); }

 H1.HeaderClassName
 {
   color: #013DB6;
 }
 .AnyTagClassName
 {
   color: #013DB6;
 }
</style>

background-color css

<style>
 a { background-color: #013DB6; }

 a { background-color: rgb(1,61,182); }

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

border-color css

<style>
 span { border-color: #013DB6; }

 span { border-color: rgb(1,61,182); }

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