Html Css Color HEX #005BCE Navy Blue

📋 copy color: '#005BCE'

red 0 ◦ green 91 ◦ blue 206

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

Shades of Navy Blue #005BCE

Tints of Navy Blue #005BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.36%

R = 0%
G = 30.64%
B = 69.36%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#005BCE (or 0x005BCE) is known color: Navy Blue. HEX triplet: 00, 5B and CE. RGB value is (0,91,206). Sum of RGB (Red+Green+Blue) = 0+91+206=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #005BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BCE is #FFA431. Grayscale: #4C4C4C. Windows color (decimal): -16753714 or 13523712. OLE color: 13523712.

HSL color Cylindrical-coordinate representation of color #005BCE: hue angle of 213.5º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BCE is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 91 206 -
CMYK 1 0.56 0 0.19
HSL 213.5º 1% 0.4% -
HSV(B) 213.5º 1% 0.81% -
XYZ 14.88 11.94 59.91 -
YUV 76.9 200.85 73.15 -
System Red Green Blue C M Y K H S L
Decimal 0 91 206 1 0.56 0 0.19 213.5 1 0.4
Hex 0 5B CE 64 38 0 13 D5 64 28
Octal 0 133 316 144 70 0 23 325 144 50
Binary 0 1011011 11001110 1100100 111000 0 10011 11010101 1100100 101000

Color Harmonies of #005BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BCE

Black with #005BCE

Text Example


Text Example

White with #005BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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