Html Css Color HEX #005BC4 Navy Blue

📋 copy color: '#005BC4'

red 0 ◦ green 91 ◦ blue 196

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

Shades of Navy Blue #005BC4

Tints of Navy Blue #005BC4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.71%

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

R = 0%
G = 31.71%
B = 68.29%

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

#005BC4 (or 0x005BC4) is known color: Navy Blue. HEX triplet: 00, 5B and C4. RGB value is (0,91,196). Sum of RGB (Red+Green+Blue) = 0+91+196=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 196 (76.95% from 255 or 68.29% from 287); Max value from RGB is 196 - color contains mainly: blue. Hex color #005BC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BC4 is #FFA43B. Grayscale: #4B4B4B. Windows color (decimal): -16753724 or 12868352. OLE color: 12868352.

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

Color convert

RGB 0 91 196 -
CMYK 1 0.54 0 0.23
HSL 212.14º 1% 0.38% -
HSV(B) 212.14º 1% 0.77% -
XYZ 13.7 11.47 53.72 -
YUV 75.76 195.85 73.96 -
System Red Green Blue C M Y K H S L
Decimal 0 91 196 1 0.54 0 0.23 212.14 1 0.38
Hex 0 5B C4 64 36 0 17 D4 64 26
Octal 0 133 304 144 66 0 27 324 144 46
Binary 0 1011011 11000100 1100100 110110 0 10111 11010100 1100100 100110

Color Harmonies of #005BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BC4

Black with #005BC4

Text Example


Text Example

White with #005BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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