Html Css Color HEX #0175CB Navy Blue

📋 copy color: '#0175CB'

red 1 ◦ green 117 ◦ blue 203

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

Shades of Navy Blue #0175CB

Tints of Navy Blue #0175CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.45%

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

R = 0.31%
G = 36.45%
B = 63.24%

CMYK

 C value IS 1.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0175CB (or 0x0175CB) is known color: Navy Blue. HEX triplet: 01, 75 and CB. RGB value is (1,117,203). Sum of RGB (Red+Green+Blue) = 1+117+203=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #0175CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0175CB is #FE8A34. Grayscale: #5B5B5B. Windows color (decimal): -16681525 or 13333761. OLE color: 13333761.

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

Color convert

RGB 1 117 203 -
CMYK 1.00 0.42 0 0.20
HSL 205.54º 0.99% 0.4% -
HSV(B) 205.54º 1% 0.8% -
XYZ 17.15 17.04 58.89 -
YUV 92.12 190.57 63.01 -
System Red Green Blue C M Y K H S L
Decimal 1 117 203 1.00 0.42 0 0.20 205.54 0.99 0.4
Hex 1 75 CB 64 2A 0 14 CE 63 28
Octal 1 165 313 144 52 0 24 316 143 50
Binary 1 1110101 11001011 1100100 101010 0 10100 11001110 1100011 101000

Color Harmonies of #0175CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0175CB

Black with #0175CB

Text Example


Text Example

White with #0175CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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