Html Css Color HEX #000458 Navy

📋 copy color: '#000458'

red 0 ◦ green 4 ◦ blue 88

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

Shades of Navy #000458

Tints of Navy #000458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.35%

 BLUE value IS 88 (34.77% from 255) = 95.65%

R = 0%
G = 4.35%
B = 95.65%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#000458 (or 0x000458) is known color: Navy. HEX triplet: 00, 04 and 58. RGB value is (0,4,88). Sum of RGB (Red+Green+Blue) = 0+4+88=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 88 (34.77% from 255 or 95.65% from 92); Max value from RGB is 88 - color contains mainly: blue. Hex color #000458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000458 is #FFFBA7. Grayscale: #0C0C0C. Windows color (decimal): -16776104 or 5768192. OLE color: 5768192.

HSL color Cylindrical-coordinate representation of color #000458: hue angle of 237.27º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000458 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 4 88 -
CMYK 1 0.95 0 0.65
HSL 237.27º 1% 0.17% -
HSV(B) 237.27º 1% 0.35% -
XYZ 1.8 0.79 9.29 -
YUV 12.38 170.67 119.17 -
System Red Green Blue C M Y K H S L
Decimal 0 4 88 1 0.95 0 0.65 237.27 1 0.17
Hex 0 4 58 64 5F 0 41 ED 64 11
Octal 0 4 130 144 137 0 101 355 144 21
Binary 0 100 1011000 1100100 1011111 0 1000001 11101101 1100100 10001

Color Harmonies of #000458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000458

Black with #000458

Text Example


Text Example

White with #000458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000458; }

 p { color: rgb(0,4,88); }

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

background-color css

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

 a { background-color: rgb(0,4,88); }

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

border-color css

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

 span { border-color: rgb(0,4,88); }

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