Html Css Color HEX #004F96 Cobalt

📋 copy color: '#004F96'

red 0 ◦ green 79 ◦ blue 150

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

Shades of Cobalt #004F96

Tints of Cobalt #004F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 65.5%

R = 0%
G = 34.5%
B = 65.5%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#004F96 (or 0x004F96) is known color: Cobalt. HEX triplet: 00, 4F and 96. RGB value is (0,79,150). Sum of RGB (Red+Green+Blue) = 0+79+150=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #004F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004F96 is #FFB069. Grayscale: #3F3F3F. Windows color (decimal): -16756842 or 9850624. OLE color: 9850624.

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

Color convert

RGB 0 79 150 -
CMYK 1 0.47 0 0.41
HSL 208.4º 1% 0.29% -
HSV(B) 208.4º 1% 0.59% -
XYZ 8.3 7.79 29.92 -
YUV 63.47 176.83 82.73 -
System Red Green Blue C M Y K H S L
Decimal 0 79 150 1 0.47 0 0.41 208.4 1 0.29
Hex 0 4F 96 64 2F 0 29 D0 64 1D
Octal 0 117 226 144 57 0 51 320 144 35
Binary 0 1001111 10010110 1100100 101111 0 101001 11010000 1100100 11101

Color Harmonies of #004F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F96

Black with #004F96

Text Example


Text Example

White with #004F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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