Html Css Color HEX #005AC4 Navy Blue

📋 copy color: '#005AC4'

red 0 ◦ green 90 ◦ blue 196

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

Shades of Navy Blue #005AC4

Tints of Navy Blue #005AC4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.47%

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

R = 0%
G = 31.47%
B = 68.53%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#005AC4 (or 0x005AC4) is known color: Navy Blue. HEX triplet: 00, 5A and C4. RGB value is (0,90,196). Sum of RGB (Red+Green+Blue) = 0+90+196=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 196 (76.95% from 255 or 68.53% from 286); Max value from RGB is 196 - color contains mainly: blue. Hex color #005AC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005AC4 is #FFA53B. Grayscale: #4A4A4A. Windows color (decimal): -16753980 or 12868096. OLE color: 12868096.

HSL color Cylindrical-coordinate representation of color #005AC4: hue angle of 212.45º 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 #005AC4 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 0 90 196 -
CMYK 1 0.54 0 0.23
HSL 212.45º 1% 0.38% -
HSV(B) 212.45º 1% 0.77% -
XYZ 13.62 11.3 53.69 -
YUV 75.17 196.18 74.38 -
System Red Green Blue C M Y K H S L
Decimal 0 90 196 1 0.54 0 0.23 212.45 1 0.38
Hex 0 5A C4 64 36 0 17 D4 64 26
Octal 0 132 304 144 66 0 27 324 144 46
Binary 0 1011010 11000100 1100100 110110 0 10111 11010100 1100100 100110

Color Harmonies of #005AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AC4

Black with #005AC4

Text Example


Text Example

White with #005AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005AC4; }

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

 H1.HeaderClassName
 {
   color: #005AC4;
 }
 .AnyTagClassName
 {
   color: #005AC4;
 }
</style>

background-color css

<style>
 a { background-color: #005AC4; }

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

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

border-color css

<style>
 span { border-color: #005AC4; }

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

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