Html Css Color HEX #0075CD Navy Blue

📋 copy color: '#0075CD'

red 0 ◦ green 117 ◦ blue 205

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

Shades of Navy Blue #0075CD

Tints of Navy Blue #0075CD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 36.34%
B = 63.66%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0075CD (or 0x0075CD) is known color: Navy Blue. HEX triplet: 00, 75 and CD. RGB value is (0,117,205). Sum of RGB (Red+Green+Blue) = 0+117+205=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #0075CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0075CD is #FF8A32. Grayscale: #5B5B5B. Windows color (decimal): -16747059 or 13464832. OLE color: 13464832.

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

Color convert

RGB 0 117 205 -
CMYK 1 0.43 0 0.20
HSL 205.76º 1% 0.4% -
HSV(B) 205.76º 1% 0.8% -
XYZ 17.38 17.13 60.15 -
YUV 92.05 191.74 62.34 -
System Red Green Blue C M Y K H S L
Decimal 0 117 205 1 0.43 0 0.20 205.76 1 0.4
Hex 0 75 CD 64 2B 0 14 CE 64 28
Octal 0 165 315 144 53 0 24 316 144 50
Binary 0 1110101 11001101 1100100 101011 0 10100 11001110 1100100 101000

Color Harmonies of #0075CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0075CD

Black with #0075CD

Text Example


Text Example

White with #0075CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,117,205); }

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

background-color css

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

 a { background-color: rgb(0,117,205); }

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

border-color css

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

 span { border-color: rgb(0,117,205); }

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