Html Css Color HEX #004EBA Cobalt

📋 copy color: '#004EBA'

red 0 ◦ green 78 ◦ blue 186

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

Shades of Cobalt #004EBA

Tints of Cobalt #004EBA

RGB

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

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

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

R = 0%
G = 29.55%
B = 70.45%

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

#004EBA (or 0x004EBA) is known color: Cobalt. HEX triplet: 00, 4E and BA. RGB value is (0,78,186). Sum of RGB (Red+Green+Blue) = 0+78+186=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #004EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004EBA is #FFB145. Grayscale: #424242. Windows color (decimal): -16757062 or 12209664. OLE color: 12209664.

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

Color convert

RGB 0 78 186 -
CMYK 1 0.58 0 0.27
HSL 214.84º 1% 0.36% -
HSV(B) 214.84º 1% 0.73% -
XYZ 11.59 8.99 47.58 -
YUV 66.99 195.16 80.22 -
System Red Green Blue C M Y K H S L
Decimal 0 78 186 1 0.58 0 0.27 214.84 1 0.36
Hex 0 4E BA 64 3A 0 1B D7 64 24
Octal 0 116 272 144 72 0 33 327 144 44
Binary 0 1001110 10111010 1100100 111010 0 11011 11010111 1100100 100100

Color Harmonies of #004EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004EBA

Black with #004EBA

Text Example


Text Example

White with #004EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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