Html Css Color HEX #0158CB Navy Blue

📋 copy color: '#0158CB'

red 1 ◦ green 88 ◦ blue 203

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

Shades of Navy Blue #0158CB

Tints of Navy Blue #0158CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 69.52%

R = 0.34%
G = 30.14%
B = 69.52%

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

#0158CB (or 0x0158CB) is known color: Navy Blue. HEX triplet: 01, 58 and CB. RGB value is (1,88,203). Sum of RGB (Red+Green+Blue) = 1+88+203=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 203 (79.69% from 255 or 69.52% from 292); Max value from RGB is 203 - color contains mainly: blue. Hex color #0158CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0158CB is #FEA734. Grayscale: #4A4A4A. Windows color (decimal): -16688949 or 13326337. OLE color: 13326337.

HSL color Cylindrical-coordinate representation of color #0158CB: hue angle of 214.16º 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 #0158CB is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 88 203 -
CMYK 1.00 0.57 0 0.20
HSL 214.16º 0.99% 0.4% -
HSV(B) 214.16º 1% 0.8% -
XYZ 14.28 11.3 57.93 -
YUV 75.1 200.18 75.15 -
System Red Green Blue C M Y K H S L
Decimal 1 88 203 1.00 0.57 0 0.20 214.16 0.99 0.4
Hex 1 58 CB 64 39 0 14 D6 63 28
Octal 1 130 313 144 71 0 24 326 143 50
Binary 1 1011000 11001011 1100100 111001 0 10100 11010110 1100011 101000

Color Harmonies of #0158CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0158CB

Black with #0158CB

Text Example


Text Example

White with #0158CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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