Html Css Color HEX #004BAA Cobalt

📋 copy color: '#004BAA'

red 0 ◦ green 75 ◦ blue 170

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

Shades of Cobalt #004BAA

Tints of Cobalt #004BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.61%

 BLUE value IS 170 (66.8% from 255) = 69.39%

R = 0%
G = 30.61%
B = 69.39%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#004BAA (or 0x004BAA) is known color: Cobalt. HEX triplet: 00, 4B and AA. RGB value is (0,75,170). Sum of RGB (Red+Green+Blue) = 0+75+170=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #004BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004BAA is #FFB455. Grayscale: #3E3E3E. Windows color (decimal): -16757846 or 11160320. OLE color: 11160320.

HSL color Cylindrical-coordinate representation of color #004BAA: hue angle of 213.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BAA is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 75 170 -
CMYK 1 0.56 0 0.33
HSL 213.53º 1% 0.33% -
HSV(B) 213.53º 1% 0.67% -
XYZ 9.77 7.93 39.05 -
YUV 63.41 188.15 82.78 -
System Red Green Blue C M Y K H S L
Decimal 0 75 170 1 0.56 0 0.33 213.53 1 0.33
Hex 0 4B AA 64 38 0 21 D6 64 21
Octal 0 113 252 144 70 0 41 326 144 41
Binary 0 1001011 10101010 1100100 111000 0 100001 11010110 1100100 100001

Color Harmonies of #004BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004BAA

Black with #004BAA

Text Example


Text Example

White with #004BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,75,170); }

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

background-color css

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

 a { background-color: rgb(0,75,170); }

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

border-color css

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

 span { border-color: rgb(0,75,170); }

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