Html Css Color HEX #004F9F Cobalt

📋 copy color: '#004F9F'

red 0 ◦ green 79 ◦ blue 159

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

Shades of Cobalt #004F9F

Tints of Cobalt #004F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.81%

R = 0%
G = 33.19%
B = 66.81%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#004F9F (or 0x004F9F) is known color: Cobalt. HEX triplet: 00, 4F and 9F. RGB value is (0,79,159). Sum of RGB (Red+Green+Blue) = 0+79+159=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #004F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004F9F is #FFB060. Grayscale: #404040. Windows color (decimal): -16756833 or 10440448. OLE color: 10440448.

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

Color convert

RGB 0 79 159 -
CMYK 1 0.50 0 0.38
HSL 210.19º 1% 0.31% -
HSV(B) 210.19º 1% 0.62% -
XYZ 9.05 8.1 33.89 -
YUV 64.5 181.33 82 -
System Red Green Blue C M Y K H S L
Decimal 0 79 159 1 0.50 0 0.38 210.19 1 0.31
Hex 0 4F 9F 64 32 0 26 D2 64 1F
Octal 0 117 237 144 62 0 46 322 144 37
Binary 0 1001111 10011111 1100100 110010 0 100110 11010010 1100100 11111

Color Harmonies of #004F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F9F

Black with #004F9F

Text Example


Text Example

White with #004F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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