Html Css Color HEX #05057B Navy

📋 copy color: '#05057B'

red 5 ◦ green 5 ◦ blue 123

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

Shades of Navy #05057B

Tints of Navy #05057B

RGB

 RED value IS 5 (2.34% from 255) = 3.76%

 GREEN value IS 5 (2.34% from 255) = 3.76%

 BLUE value IS 123 (48.44% from 255) = 92.48%

R = 3.76%
G = 3.76%
B = 92.48%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05057B (or 0x05057B) is known color: Navy. HEX triplet: 05, 05 and 7B. RGB value is (5,5,123). Sum of RGB (Red+Green+Blue) = 5+5+123=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 123 (48.44% from 255 or 92.48% from 133); Max value from RGB is 123 - color contains mainly: blue. Hex color #05057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05057B is #FAFA84. Grayscale: #111111. Windows color (decimal): -16448133 or 8062213. OLE color: 8062213.

HSL color Cylindrical-coordinate representation of color #05057B: hue angle of 240º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05057B is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 5 123 -
CMYK 0.96 0.96 0 0.52
HSL 240º 0.92% 0.25% -
HSV(B) 240º 0.96% 0.48% -
XYZ 3.69 1.57 18.85 -
YUV 18.45 187 118.41 -
System Red Green Blue C M Y K H S L
Decimal 5 5 123 0.96 0.96 0 0.52 240 0.92 0.25
Hex 5 5 7B 60 60 0 34 F0 5C 19
Octal 5 5 173 140 140 0 64 360 134 31
Binary 101 101 1111011 1100000 1100000 0 110100 11110000 1011100 11001

Color Harmonies of #05057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05057B

Black with #05057B

Text Example


Text Example

White with #05057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05057B; }

 p { color: rgb(5,5,123); }

 H1.HeaderClassName
 {
   color: #05057B;
 }
 .AnyTagClassName
 {
   color: #05057B;
 }
</style>

background-color css

<style>
 a { background-color: #05057B; }

 a { background-color: rgb(5,5,123); }

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

border-color css

<style>
 span { border-color: #05057B; }

 span { border-color: rgb(5,5,123); }

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