Html Css Color HEX #0158CD Navy Blue

📋 copy color: '#0158CD'

red 1 ◦ green 88 ◦ blue 205

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

Shades of Navy Blue #0158CD

Tints of Navy Blue #0158CD

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

 GREEN value IS 88 (34.77% from 255) = 29.93%

 BLUE value IS 205 (80.47% from 255) = 69.73%

R = 0.34%
G = 29.93%
B = 69.73%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0158CD (or 0x0158CD) is known color: Navy Blue. HEX triplet: 01, 58 and CD. RGB value is (1,88,205). Sum of RGB (Red+Green+Blue) = 1+88+205=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #0158CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0158CD is #FEA732. Grayscale: #4A4A4A. Windows color (decimal): -16688947 or 13457409. OLE color: 13457409.

HSL color Cylindrical-coordinate representation of color #0158CD: hue angle of 214.41º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0158CD is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 88 205 -
CMYK 1.00 0.57 0 0.20
HSL 214.41º 0.99% 0.4% -
HSV(B) 214.41º 1% 0.8% -
XYZ 14.52 11.39 59.19 -
YUV 75.33 201.18 74.99 -
System Red Green Blue C M Y K H S L
Decimal 1 88 205 1.00 0.57 0 0.20 214.41 0.99 0.4
Hex 1 58 CD 64 39 0 14 D6 63 28
Octal 1 130 315 144 71 0 24 326 143 50
Binary 1 1011000 11001101 1100100 111001 0 10100 11010110 1100011 101000

Color Harmonies of #0158CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0158CD

Black with #0158CD

Text Example


Text Example

White with #0158CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0158CD; }

 p { color: rgb(1,88,205); }

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

background-color css

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

 a { background-color: rgb(1,88,205); }

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

border-color css

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

 span { border-color: rgb(1,88,205); }

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