Html Css Color HEX #004ABA Cobalt

📋 copy color: '#004ABA'

red 0 ◦ green 74 ◦ blue 186

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

Shades of Cobalt #004ABA

Tints of Cobalt #004ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.46%

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

R = 0%
G = 28.46%
B = 71.54%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#004ABA (or 0x004ABA) is known color: Cobalt. HEX triplet: 00, 4A and BA. RGB value is (0,74,186). Sum of RGB (Red+Green+Blue) = 0+74+186=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #004ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ABA is #FFB545. Grayscale: #404040. Windows color (decimal): -16758086 or 12208640. OLE color: 12208640.

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

Color convert

RGB 0 74 186 -
CMYK 1 0.60 0 0.27
HSL 216.13º 1% 0.36% -
HSV(B) 216.13º 1% 0.73% -
XYZ 11.31 8.44 47.49 -
YUV 64.64 196.48 81.89 -
System Red Green Blue C M Y K H S L
Decimal 0 74 186 1 0.60 0 0.27 216.13 1 0.36
Hex 0 4A BA 64 3C 0 1B D8 64 24
Octal 0 112 272 144 74 0 33 330 144 44
Binary 0 1001010 10111010 1100100 111100 0 11011 11011000 1100100 100100

Color Harmonies of #004ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004ABA

Black with #004ABA

Text Example


Text Example

White with #004ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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