Html Css Color HEX #004FB4 Cobalt

📋 copy color: '#004FB4'

red 0 ◦ green 79 ◦ blue 180

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

Shades of Cobalt #004FB4

Tints of Cobalt #004FB4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.5%

 BLUE value IS 180 (70.7% from 255) = 69.5%

R = 0%
G = 30.5%
B = 69.5%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#004FB4 (or 0x004FB4) is known color: Cobalt. HEX triplet: 00, 4F and B4. RGB value is (0,79,180). Sum of RGB (Red+Green+Blue) = 0+79+180=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 180 (70.70% from 255 or 69.50% from 259); Max value from RGB is 180 - color contains mainly: blue. Hex color #004FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FB4 is #FFB04B. Grayscale: #424242. Windows color (decimal): -16756812 or 11816704. OLE color: 11816704.

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

Color convert

RGB 0 79 180 -
CMYK 1 0.56 0 0.29
HSL 213.67º 1% 0.35% -
HSV(B) 213.67º 1% 0.71% -
XYZ 11.03 8.89 44.31 -
YUV 66.89 191.83 80.29 -
System Red Green Blue C M Y K H S L
Decimal 0 79 180 1 0.56 0 0.29 213.67 1 0.35
Hex 0 4F B4 64 38 0 1D D6 64 23
Octal 0 117 264 144 70 0 35 326 144 43
Binary 0 1001111 10110100 1100100 111000 0 11101 11010110 1100100 100011

Color Harmonies of #004FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004FB4

Black with #004FB4

Text Example


Text Example

White with #004FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,79,180); }

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

background-color css

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

 a { background-color: rgb(0,79,180); }

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

border-color css

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

 span { border-color: rgb(0,79,180); }

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