Html Css Color HEX #004BB1 Cobalt

📋 copy color: '#004BB1'

red 0 ◦ green 75 ◦ blue 177

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

Shades of Cobalt #004BB1

Tints of Cobalt #004BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 70.24%

R = 0%
G = 29.76%
B = 70.24%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#004BB1 (or 0x004BB1) is known color: Cobalt. HEX triplet: 00, 4B and B1. RGB value is (0,75,177). Sum of RGB (Red+Green+Blue) = 0+75+177=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 177 (69.53% from 255 or 70.24% from 252); Max value from RGB is 177 - color contains mainly: blue. Hex color #004BB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004BB1 is #FFB44E. Grayscale: #3F3F3F. Windows color (decimal): -16757839 or 11619072. OLE color: 11619072.

HSL color Cylindrical-coordinate representation of color #004BB1: hue angle of 214.58º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BB1 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 75 177 -
CMYK 1 0.58 0 0.31
HSL 214.58º 1% 0.35% -
HSV(B) 214.58º 1% 0.69% -
XYZ 10.45 8.21 42.63 -
YUV 64.2 191.65 82.21 -
System Red Green Blue C M Y K H S L
Decimal 0 75 177 1 0.58 0 0.31 214.58 1 0.35
Hex 0 4B B1 64 3A 0 1F D7 64 23
Octal 0 113 261 144 72 0 37 327 144 43
Binary 0 1001011 10110001 1100100 111010 0 11111 11010111 1100100 100011

Color Harmonies of #004BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004BB1

Black with #004BB1

Text Example


Text Example

White with #004BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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