Html Css Color HEX #004EBC Cobalt

📋 copy color: '#004EBC'

red 0 ◦ green 78 ◦ blue 188

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

Shades of Cobalt #004EBC

Tints of Cobalt #004EBC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.32%

 BLUE value IS 188 (73.83% from 255) = 70.68%

R = 0%
G = 29.32%
B = 70.68%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#004EBC (or 0x004EBC) is known color: Cobalt. HEX triplet: 00, 4E and BC. RGB value is (0,78,188). Sum of RGB (Red+Green+Blue) = 0+78+188=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #004EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004EBC is #FFB143. Grayscale: #424242. Windows color (decimal): -16757060 or 12340736. OLE color: 12340736.

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

Color convert

RGB 0 78 188 -
CMYK 1 0.59 0 0.26
HSL 215.11º 1% 0.37% -
HSV(B) 215.11º 1% 0.74% -
XYZ 11.8 9.08 48.71 -
YUV 67.22 196.16 80.06 -
System Red Green Blue C M Y K H S L
Decimal 0 78 188 1 0.59 0 0.26 215.11 1 0.37
Hex 0 4E BC 64 3B 0 1A D7 64 25
Octal 0 116 274 144 73 0 32 327 144 45
Binary 0 1001110 10111100 1100100 111011 0 11010 11010111 1100100 100101

Color Harmonies of #004EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004EBC

Black with #004EBC

Text Example


Text Example

White with #004EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,78,188); }

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

background-color css

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

 a { background-color: rgb(0,78,188); }

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

border-color css

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

 span { border-color: rgb(0,78,188); }

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