Html Css Color HEX #004BC4 Cobalt

📋 copy color: '#004BC4'

red 0 ◦ green 75 ◦ blue 196

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

Shades of Cobalt #004BC4

Tints of Cobalt #004BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 72.32%

R = 0%
G = 27.68%
B = 72.32%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#004BC4 (or 0x004BC4) is known color: Cobalt. HEX triplet: 00, 4B and C4. RGB value is (0,75,196). Sum of RGB (Red+Green+Blue) = 0+75+196=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 196 (76.95% from 255 or 72.32% from 271); Max value from RGB is 196 - color contains mainly: blue. Hex color #004BC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004BC4 is #FFB43B. Grayscale: #414141. Windows color (decimal): -16757820 or 12864256. OLE color: 12864256.

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

Color convert

RGB 0 75 196 -
CMYK 1 0.62 0 0.23
HSL 217.04º 1% 0.38% -
HSV(B) 217.04º 1% 0.77% -
XYZ 12.48 9.02 53.31 -
YUV 66.37 201.15 80.66 -
System Red Green Blue C M Y K H S L
Decimal 0 75 196 1 0.62 0 0.23 217.04 1 0.38
Hex 0 4B C4 64 3E 0 17 D9 64 26
Octal 0 113 304 144 76 0 27 331 144 46
Binary 0 1001011 11000100 1100100 111110 0 10111 11011001 1100100 100110

Color Harmonies of #004BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004BC4

Black with #004BC4

Text Example


Text Example

White with #004BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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