Html Css Color HEX #004FBF Cobalt

📋 copy color: '#004FBF'

red 0 ◦ green 79 ◦ blue 191

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

Shades of Cobalt #004FBF

Tints of Cobalt #004FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.74%

R = 0%
G = 29.26%
B = 70.74%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#004FBF (or 0x004FBF) is known color: Cobalt. HEX triplet: 00, 4F and BF. RGB value is (0,79,191). Sum of RGB (Red+Green+Blue) = 0+79+191=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #004FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FBF is #FFB040. Grayscale: #434343. Windows color (decimal): -16756801 or 12537600. OLE color: 12537600.

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

Color convert

RGB 0 79 191 -
CMYK 1 0.59 0 0.25
HSL 215.18º 1% 0.37% -
HSV(B) 215.18º 1% 0.75% -
XYZ 12.2 9.35 50.45 -
YUV 68.15 197.33 79.39 -
System Red Green Blue C M Y K H S L
Decimal 0 79 191 1 0.59 0 0.25 215.18 1 0.37
Hex 0 4F BF 64 3B 0 19 D7 64 25
Octal 0 117 277 144 73 0 31 327 144 45
Binary 0 1001111 10111111 1100100 111011 0 11001 11010111 1100100 100101

Color Harmonies of #004FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004FBF

Black with #004FBF

Text Example


Text Example

White with #004FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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