Html Css Color HEX #003DBA Cobalt

📋 copy color: '#003DBA'

red 0 ◦ green 61 ◦ blue 186

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

Shades of Cobalt #003DBA

Tints of Cobalt #003DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75.3%

R = 0%
G = 24.7%
B = 75.3%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#003DBA (or 0x003DBA) is known color: Cobalt. HEX triplet: 00, 3D and BA. RGB value is (0,61,186). Sum of RGB (Red+Green+Blue) = 0+61+186=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #003DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DBA is #FFC245. Grayscale: #383838. Windows color (decimal): -16761414 or 12205312. OLE color: 12205312.

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

Color convert

RGB 0 61 186 -
CMYK 1 0.67 0 0.27
HSL 220.32º 1% 0.36% -
HSV(B) 220.32º 1% 0.73% -
XYZ 10.53 6.88 47.23 -
YUV 57.01 200.79 87.34 -
System Red Green Blue C M Y K H S L
Decimal 0 61 186 1 0.67 0 0.27 220.32 1 0.36
Hex 0 3D BA 64 43 0 1B DC 64 24
Octal 0 75 272 144 103 0 33 334 144 44
Binary 0 111101 10111010 1100100 1000011 0 11011 11011100 1100100 100100

Color Harmonies of #003DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003DBA

Black with #003DBA

Text Example


Text Example

White with #003DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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