Html Css Color HEX #004BAC Cobalt

📋 copy color: '#004BAC'

red 0 ◦ green 75 ◦ blue 172

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

Shades of Cobalt #004BAC

Tints of Cobalt #004BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.64%

R = 0%
G = 30.36%
B = 69.64%

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

#004BAC (or 0x004BAC) is known color: Cobalt. HEX triplet: 00, 4B and AC. RGB value is (0,75,172). Sum of RGB (Red+Green+Blue) = 0+75+172=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #004BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004BAC is #FFB453. Grayscale: #3F3F3F. Windows color (decimal): -16757844 or 11291392. OLE color: 11291392.

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

Color convert

RGB 0 75 172 -
CMYK 1 0.56 0 0.33
HSL 213.84º 1% 0.34% -
HSV(B) 213.84º 1% 0.67% -
XYZ 9.96 8.01 40.05 -
YUV 63.63 189.15 82.61 -
System Red Green Blue C M Y K H S L
Decimal 0 75 172 1 0.56 0 0.33 213.84 1 0.34
Hex 0 4B AC 64 38 0 21 D6 64 22
Octal 0 113 254 144 70 0 41 326 144 42
Binary 0 1001011 10101100 1100100 111000 0 100001 11010110 1100100 100010

Color Harmonies of #004BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004BAC

Black with #004BAC

Text Example


Text Example

White with #004BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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