Html Css Color HEX #004FBA Cobalt

📋 copy color: '#004FBA'

red 0 ◦ green 79 ◦ blue 186

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

Shades of Cobalt #004FBA

Tints of Cobalt #004FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.19%

R = 0%
G = 29.81%
B = 70.19%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#004FBA (or 0x004FBA) is known color: Cobalt. HEX triplet: 00, 4F and BA. RGB value is (0,79,186). Sum of RGB (Red+Green+Blue) = 0+79+186=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #004FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FBA is #FFB045. Grayscale: #434343. Windows color (decimal): -16756806 or 12209920. OLE color: 12209920.

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

Color convert

RGB 0 79 186 -
CMYK 1 0.58 0 0.27
HSL 214.52º 1% 0.36% -
HSV(B) 214.52º 1% 0.73% -
XYZ 11.66 9.14 47.6 -
YUV 67.58 194.83 79.8 -
System Red Green Blue C M Y K H S L
Decimal 0 79 186 1 0.58 0 0.27 214.52 1 0.36
Hex 0 4F BA 64 3A 0 1B D7 64 24
Octal 0 117 272 144 72 0 33 327 144 44
Binary 0 1001111 10111010 1100100 111010 0 11011 11010111 1100100 100100

Color Harmonies of #004FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004FBA

Black with #004FBA

Text Example


Text Example

White with #004FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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