Html Css Color HEX #005EBB Navy Blue

📋 copy color: '#005EBB'

red 0 ◦ green 94 ◦ blue 187

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

Shades of Navy Blue #005EBB

Tints of Navy Blue #005EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.45%

 BLUE value IS 187 (73.44% from 255) = 66.55%

R = 0%
G = 33.45%
B = 66.55%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#005EBB (or 0x005EBB) is known color: Navy Blue. HEX triplet: 00, 5E and BB. RGB value is (0,94,187). Sum of RGB (Red+Green+Blue) = 0+94+187=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #005EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005EBB is #FFA144. Grayscale: #4C4C4C. Windows color (decimal): -16752965 or 12279296. OLE color: 12279296.

HSL color Cylindrical-coordinate representation of color #005EBB: hue angle of 209.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EBB is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 94 187 -
CMYK 1 0.50 0 0.27
HSL 209.84º 1% 0.37% -
HSV(B) 209.84º 1% 0.73% -
XYZ 12.97 11.59 48.57 -
YUV 76.5 190.36 73.44 -
System Red Green Blue C M Y K H S L
Decimal 0 94 187 1 0.50 0 0.27 209.84 1 0.37
Hex 0 5E BB 64 32 0 1B D2 64 25
Octal 0 136 273 144 62 0 33 322 144 45
Binary 0 1011110 10111011 1100100 110010 0 11011 11010010 1100100 100101

Color Harmonies of #005EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005EBB

Black with #005EBB

Text Example


Text Example

White with #005EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,94,187); }

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

background-color css

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

 a { background-color: rgb(0,94,187); }

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

border-color css

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

 span { border-color: rgb(0,94,187); }

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