Html Css Color HEX #004BAB Cobalt

📋 copy color: '#004BAB'

red 0 ◦ green 75 ◦ blue 171

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

Shades of Cobalt #004BAB

Tints of Cobalt #004BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 69.51%

R = 0%
G = 30.49%
B = 69.51%

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

#004BAB (or 0x004BAB) is known color: Cobalt. HEX triplet: 00, 4B and AB. RGB value is (0,75,171). Sum of RGB (Red+Green+Blue) = 0+75+171=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #004BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004BAB is #FFB454. Grayscale: #3F3F3F. Windows color (decimal): -16757845 or 11225856. OLE color: 11225856.

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

Color convert

RGB 0 75 171 -
CMYK 1 0.56 0 0.33
HSL 213.68º 1% 0.34% -
HSV(B) 213.68º 1% 0.67% -
XYZ 9.87 7.97 39.55 -
YUV 63.52 188.65 82.69 -
System Red Green Blue C M Y K H S L
Decimal 0 75 171 1 0.56 0 0.33 213.68 1 0.34
Hex 0 4B AB 64 38 0 21 D6 64 22
Octal 0 113 253 144 70 0 41 326 144 42
Binary 0 1001011 10101011 1100100 111000 0 100001 11010110 1100100 100010

Color Harmonies of #004BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004BAB

Black with #004BAB

Text Example


Text Example

White with #004BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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