Html Css Color HEX #004EB6 Cobalt

📋 copy color: '#004EB6'

red 0 ◦ green 78 ◦ blue 182

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

Shades of Cobalt #004EB6

Tints of Cobalt #004EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 70%

R = 0%
G = 30%
B = 70%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#004EB6 (or 0x004EB6) is known color: Cobalt. HEX triplet: 00, 4E and B6. RGB value is (0,78,182). Sum of RGB (Red+Green+Blue) = 0+78+182=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 182 (71.48% from 255 or 70% from 260); Max value from RGB is 182 - color contains mainly: blue. Hex color #004EB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004EB6 is #FFB149. Grayscale: #424242. Windows color (decimal): -16757066 or 11947520. OLE color: 11947520.

HSL color Cylindrical-coordinate representation of color #004EB6: hue angle of 214.29º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004EB6 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 78 182 -
CMYK 1 0.57 0 0.29
HSL 214.29º 1% 0.36% -
HSV(B) 214.29º 1% 0.71% -
XYZ 11.17 8.83 45.37 -
YUV 66.53 193.16 80.54 -
System Red Green Blue C M Y K H S L
Decimal 0 78 182 1 0.57 0 0.29 214.29 1 0.36
Hex 0 4E B6 64 39 0 1D D6 64 24
Octal 0 116 266 144 71 0 35 326 144 44
Binary 0 1001110 10110110 1100100 111001 0 11101 11010110 1100100 100100

Color Harmonies of #004EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004EB6

Black with #004EB6

Text Example


Text Example

White with #004EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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