Html Css Color HEX #004BAD Cobalt

📋 copy color: '#004BAD'

red 0 ◦ green 75 ◦ blue 173

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

Shades of Cobalt #004BAD

Tints of Cobalt #004BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 69.76%

R = 0%
G = 30.24%
B = 69.76%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#004BAD (or 0x004BAD) is known color: Cobalt. HEX triplet: 00, 4B and AD. RGB value is (0,75,173). Sum of RGB (Red+Green+Blue) = 0+75+173=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #004BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004BAD is #FFB452. Grayscale: #3F3F3F. Windows color (decimal): -16757843 or 11356928. OLE color: 11356928.

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

Color convert

RGB 0 75 173 -
CMYK 1 0.57 0 0.32
HSL 213.99º 1% 0.34% -
HSV(B) 213.99º 1% 0.68% -
XYZ 10.06 8.05 40.56 -
YUV 63.75 189.65 82.53 -
System Red Green Blue C M Y K H S L
Decimal 0 75 173 1 0.57 0 0.32 213.99 1 0.34
Hex 0 4B AD 64 39 0 20 D6 64 22
Octal 0 113 255 144 71 0 40 326 144 42
Binary 0 1001011 10101101 1100100 111001 0 100000 11010110 1100100 100010

Color Harmonies of #004BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004BAD

Black with #004BAD

Text Example


Text Example

White with #004BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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