Html Css Color HEX #003DBF Cobalt

📋 copy color: '#003DBF'

red 0 ◦ green 61 ◦ blue 191

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

Shades of Cobalt #003DBF

Tints of Cobalt #003DBF

RGB

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

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

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

R = 0%
G = 24.21%
B = 75.79%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#003DBF (or 0x003DBF) is known color: Cobalt. HEX triplet: 00, 3D and BF. RGB value is (0,61,191). Sum of RGB (Red+Green+Blue) = 0+61+191=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #003DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DBF is #FFC240. Grayscale: #393939. Windows color (decimal): -16761409 or 12532992. OLE color: 12532992.

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

Color convert

RGB 0 61 191 -
CMYK 1 0.68 0 0.25
HSL 220.84º 1% 0.37% -
HSV(B) 220.84º 1% 0.75% -
XYZ 11.07 7.1 50.08 -
YUV 57.58 203.29 86.93 -
System Red Green Blue C M Y K H S L
Decimal 0 61 191 1 0.68 0 0.25 220.84 1 0.37
Hex 0 3D BF 64 44 0 19 DD 64 25
Octal 0 75 277 144 104 0 31 335 144 45
Binary 0 111101 10111111 1100100 1000100 0 11001 11011101 1100100 100101

Color Harmonies of #003DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003DBF

Black with #003DBF

Text Example


Text Example

White with #003DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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