Html Css Color HEX #0158CC Navy Blue

📋 copy color: '#0158CC'

red 1 ◦ green 88 ◦ blue 204

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

Shades of Navy Blue #0158CC

Tints of Navy Blue #0158CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 69.62%

R = 0.34%
G = 30.03%
B = 69.62%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0158CC (or 0x0158CC) is known color: Navy Blue. HEX triplet: 01, 58 and CC. RGB value is (1,88,204). Sum of RGB (Red+Green+Blue) = 1+88+204=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #0158CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0158CC is #FEA733. Grayscale: #4A4A4A. Windows color (decimal): -16688948 or 13391873. OLE color: 13391873.

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

Color convert

RGB 1 88 204 -
CMYK 1.00 0.57 0 0.2
HSL 214.29º 0.99% 0.4% -
HSV(B) 214.29º 1% 0.8% -
XYZ 14.4 11.35 58.56 -
YUV 75.21 200.68 75.07 -
System Red Green Blue C M Y K H S L
Decimal 1 88 204 1.00 0.57 0 0.2 214.29 0.99 0.4
Hex 1 58 CC 64 39 0 14 D6 63 28
Octal 1 130 314 144 71 0 24 326 143 50
Binary 1 1011000 11001100 1100100 111001 0 10100 11010110 1100011 101000

Color Harmonies of #0158CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0158CC

Black with #0158CC

Text Example


Text Example

White with #0158CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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