Html Css Color HEX #004BC6 Cobalt

📋 copy color: '#004BC6'

red 0 ◦ green 75 ◦ blue 198

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

Shades of Cobalt #004BC6

Tints of Cobalt #004BC6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.47%

 BLUE value IS 198 (77.73% from 255) = 72.53%

R = 0%
G = 27.47%
B = 72.53%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#004BC6 (or 0x004BC6) is known color: Cobalt. HEX triplet: 00, 4B and C6. RGB value is (0,75,198). Sum of RGB (Red+Green+Blue) = 0+75+198=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 198 (77.73% from 255 or 72.53% from 273); Max value from RGB is 198 - color contains mainly: blue. Hex color #004BC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004BC6 is #FFB439. Grayscale: #424242. Windows color (decimal): -16757818 or 12995328. OLE color: 12995328.

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

Color convert

RGB 0 75 198 -
CMYK 1 0.62 0 0.22
HSL 217.27º 1% 0.39% -
HSV(B) 217.27º 1% 0.78% -
XYZ 12.71 9.11 54.51 -
YUV 66.6 202.15 80.5 -
System Red Green Blue C M Y K H S L
Decimal 0 75 198 1 0.62 0 0.22 217.27 1 0.39
Hex 0 4B C6 64 3E 0 16 D9 64 27
Octal 0 113 306 144 76 0 26 331 144 47
Binary 0 1001011 11000110 1100100 111110 0 10110 11011001 1100100 100111

Color Harmonies of #004BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004BC6

Black with #004BC6

Text Example


Text Example

White with #004BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,75,198); }

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

background-color css

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

 a { background-color: rgb(0,75,198); }

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

border-color css

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

 span { border-color: rgb(0,75,198); }

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