Html Css Color HEX #00055E Navy

📋 copy color: '#00055E'

red 0 ◦ green 5 ◦ blue 94

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

Shades of Navy #00055E

Tints of Navy #00055E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 94.95%

R = 0%
G = 5.05%
B = 94.95%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00055E (or 0x00055E) is known color: Navy. HEX triplet: 00, 05 and 5E. RGB value is (0,5,94). Sum of RGB (Red+Green+Blue) = 0+5+94=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 94 (37.11% from 255 or 94.95% from 99); Max value from RGB is 94 - color contains mainly: blue. Hex color #00055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00055E is #FFFAA1. Grayscale: #0D0D0D. Windows color (decimal): -16775842 or 6161664. OLE color: 6161664.

HSL color Cylindrical-coordinate representation of color #00055E: hue angle of 236.81º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00055E is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 5 94 -
CMYK 1 0.95 0 0.63
HSL 236.81º 1% 0.18% -
HSV(B) 236.81º 1% 0.37% -
XYZ 2.07 0.92 10.66 -
YUV 13.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 0 5 94 1 0.95 0 0.63 236.81 1 0.18
Hex 0 5 5E 64 5F 0 3F ED 64 12
Octal 0 5 136 144 137 0 77 355 144 22
Binary 0 101 1011110 1100100 1011111 0 111111 11101101 1100100 10010

Color Harmonies of #00055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00055E

Black with #00055E

Text Example


Text Example

White with #00055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00055E; }

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

 H1.HeaderClassName
 {
   color: #00055E;
 }
 .AnyTagClassName
 {
   color: #00055E;
 }
</style>

background-color css

<style>
 a { background-color: #00055E; }

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

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

border-color css

<style>
 span { border-color: #00055E; }

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

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