Html Css Color HEX #004DBA Cobalt

📋 copy color: '#004DBA'

red 0 ◦ green 77 ◦ blue 186

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

Shades of Cobalt #004DBA

Tints of Cobalt #004DBA

RGB

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

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

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

R = 0%
G = 29.28%
B = 70.72%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#004DBA (or 0x004DBA) is known color: Cobalt. HEX triplet: 00, 4D and BA. RGB value is (0,77,186). Sum of RGB (Red+Green+Blue) = 0+77+186=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #004DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DBA is #FFB245. Grayscale: #414141. Windows color (decimal): -16757318 or 12209408. OLE color: 12209408.

HSL color Cylindrical-coordinate representation of color #004DBA: hue angle of 215.16º 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 #004DBA is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 77 186 -
CMYK 1 0.59 0 0.27
HSL 215.16º 1% 0.36% -
HSV(B) 215.16º 1% 0.73% -
XYZ 11.52 8.85 47.56 -
YUV 66.4 195.49 80.64 -
System Red Green Blue C M Y K H S L
Decimal 0 77 186 1 0.59 0 0.27 215.16 1 0.36
Hex 0 4D BA 64 3B 0 1B D7 64 24
Octal 0 115 272 144 73 0 33 327 144 44
Binary 0 1001101 10111010 1100100 111011 0 11011 11010111 1100100 100100

Color Harmonies of #004DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DBA

Black with #004DBA

Text Example


Text Example

White with #004DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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