Html Css Color HEX #005FBB Navy Blue

📋 copy color: '#005FBB'

red 0 ◦ green 95 ◦ blue 187

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

Shades of Navy Blue #005FBB

Tints of Navy Blue #005FBB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.69%

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

R = 0%
G = 33.69%
B = 66.31%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#005FBB (or 0x005FBB) is known color: Navy Blue. HEX triplet: 00, 5F and BB. RGB value is (0,95,187). Sum of RGB (Red+Green+Blue) = 0+95+187=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #005FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FBB is #FFA044. Grayscale: #4C4C4C. Windows color (decimal): -16752709 or 12279552. OLE color: 12279552.

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

Color convert

RGB 0 95 187 -
CMYK 1 0.49 0 0.27
HSL 209.52º 1% 0.37% -
HSV(B) 209.52º 1% 0.73% -
XYZ 13.06 11.77 48.6 -
YUV 77.08 190.03 73.02 -
System Red Green Blue C M Y K H S L
Decimal 0 95 187 1 0.49 0 0.27 209.52 1 0.37
Hex 0 5F BB 64 31 0 1B D2 64 25
Octal 0 137 273 144 61 0 33 322 144 45
Binary 0 1011111 10111011 1100100 110001 0 11011 11010010 1100100 100101

Color Harmonies of #005FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FBB

Black with #005FBB

Text Example


Text Example

White with #005FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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