Html Css Color HEX #004CBF Cobalt

📋 copy color: '#004CBF'

red 0 ◦ green 76 ◦ blue 191

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

Shades of Cobalt #004CBF

Tints of Cobalt #004CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

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

R = 0%
G = 28.46%
B = 71.54%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#004CBF (or 0x004CBF) is known color: Cobalt. HEX triplet: 00, 4C and BF. RGB value is (0,76,191). Sum of RGB (Red+Green+Blue) = 0+76+191=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #004CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CBF is #FFB340. Grayscale: #414141. Windows color (decimal): -16757569 or 12536832. OLE color: 12536832.

HSL color Cylindrical-coordinate representation of color #004CBF: hue angle of 216.13º 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 #004CBF is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 76 191 -
CMYK 1 0.60 0 0.25
HSL 216.13º 1% 0.37% -
HSV(B) 216.13º 1% 0.75% -
XYZ 11.99 8.93 50.38 -
YUV 66.39 198.32 80.65 -
System Red Green Blue C M Y K H S L
Decimal 0 76 191 1 0.60 0 0.25 216.13 1 0.37
Hex 0 4C BF 64 3C 0 19 D8 64 25
Octal 0 114 277 144 74 0 31 330 144 45
Binary 0 1001100 10111111 1100100 111100 0 11001 11011000 1100100 100101

Color Harmonies of #004CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004CBF

Black with #004CBF

Text Example


Text Example

White with #004CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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