Html Css Color HEX #003DB6 Cobalt

📋 copy color: '#003DB6'

red 0 ◦ green 61 ◦ blue 182

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

Shades of Cobalt #003DB6

Tints of Cobalt #003DB6

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 25.1%
B = 74.9%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#003DB6 (or 0x003DB6) is known color: Cobalt. HEX triplet: 00, 3D and B6. RGB value is (0,61,182). Sum of RGB (Red+Green+Blue) = 0+61+182=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 182 (71.48% from 255 or 74.90% from 243); Max value from RGB is 182 - color contains mainly: blue. Hex color #003DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DB6 is #FFC249. Grayscale: #383838. Windows color (decimal): -16761418 or 11943168. OLE color: 11943168.

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

Color convert

RGB 0 61 182 -
CMYK 1 0.66 0 0.29
HSL 219.89º 1% 0.36% -
HSV(B) 219.89º 1% 0.71% -
XYZ 10.11 6.71 45.02 -
YUV 56.56 198.79 87.66 -
System Red Green Blue C M Y K H S L
Decimal 0 61 182 1 0.66 0 0.29 219.89 1 0.36
Hex 0 3D B6 64 42 0 1D DC 64 24
Octal 0 75 266 144 102 0 35 334 144 44
Binary 0 111101 10110110 1100100 1000010 0 11101 11011100 1100100 100100

Color Harmonies of #003DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003DB6

Black with #003DB6

Text Example


Text Example

White with #003DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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