Html Css Color HEX #004ABB Cobalt

📋 copy color: '#004ABB'

red 0 ◦ green 74 ◦ blue 187

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

Shades of Cobalt #004ABB

Tints of Cobalt #004ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 71.65%

R = 0%
G = 28.35%
B = 71.65%

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

#004ABB (or 0x004ABB) is known color: Cobalt. HEX triplet: 00, 4A and BB. RGB value is (0,74,187). Sum of RGB (Red+Green+Blue) = 0+74+187=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 187 (73.44% from 255 or 71.65% from 261); Max value from RGB is 187 - color contains mainly: blue. Hex color #004ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ABB is #FFB544. Grayscale: #404040. Windows color (decimal): -16758085 or 12274176. OLE color: 12274176.

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

Color convert

RGB 0 74 187 -
CMYK 1 0.60 0 0.27
HSL 216.26º 1% 0.37% -
HSV(B) 216.26º 1% 0.73% -
XYZ 11.42 8.49 48.05 -
YUV 64.76 196.98 81.81 -
System Red Green Blue C M Y K H S L
Decimal 0 74 187 1 0.60 0 0.27 216.26 1 0.37
Hex 0 4A BB 64 3C 0 1B D8 64 25
Octal 0 112 273 144 74 0 33 330 144 45
Binary 0 1001010 10111011 1100100 111100 0 11011 11011000 1100100 100101

Color Harmonies of #004ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004ABB

Black with #004ABB

Text Example


Text Example

White with #004ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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