Html Css Color HEX #0175EF Navy Blue

📋 copy color: '#0175EF'

red 1 ◦ green 117 ◦ blue 239

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

Shades of Navy Blue #0175EF

Tints of Navy Blue #0175EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.95%

R = 0.28%
G = 32.77%
B = 66.95%

CMYK

 C value IS 1.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0175EF (or 0x0175EF) is known color: Navy Blue. HEX triplet: 01, 75 and EF. RGB value is (1,117,239). Sum of RGB (Red+Green+Blue) = 1+117+239=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #0175EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0175EF is #FE8A10. Grayscale: #5F5F5F. Windows color (decimal): -16681489 or 15693057. OLE color: 15693057.

HSL color Cylindrical-coordinate representation of color #0175EF: hue angle of 210.76º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0175EF is Cyan = 1.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 117 239 -
CMYK 1.00 0.51 0 0.06
HSL 210.76º 0.99% 0.47% -
HSV(B) 210.76º 1% 0.94% -
XYZ 21.95 18.96 84.16 -
YUV 96.22 208.57 60.08 -
System Red Green Blue C M Y K H S L
Decimal 1 117 239 1.00 0.51 0 0.06 210.76 0.99 0.47
Hex 1 75 EF 64 33 0 6 D3 63 2F
Octal 1 165 357 144 63 0 6 323 143 57
Binary 1 1110101 11101111 1100100 110011 0 110 11010011 1100011 101111

Color Harmonies of #0175EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0175EF

Black with #0175EF

Text Example


Text Example

White with #0175EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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