Html Css Color HEX #0075D6 Navy Blue

📋 copy color: '#0075D6'

red 0 ◦ green 117 ◦ blue 214

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

Shades of Navy Blue #0075D6

Tints of Navy Blue #0075D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 64.65%

R = 0%
G = 35.35%
B = 64.65%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0075D6 (or 0x0075D6) is known color: Navy Blue. HEX triplet: 00, 75 and D6. RGB value is (0,117,214). Sum of RGB (Red+Green+Blue) = 0+117+214=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 214 (83.98% from 255 or 64.65% from 331); Max value from RGB is 214 - color contains mainly: blue. Hex color #0075D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0075D6 is #FF8A29. Grayscale: #5C5C5C. Windows color (decimal): -16747050 or 14054656. OLE color: 14054656.

HSL color Cylindrical-coordinate representation of color #0075D6: hue angle of 207.2º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0075D6 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 117 214 -
CMYK 1 0.45 0 0.16
HSL 207.2º 1% 0.42% -
HSV(B) 207.2º 1% 0.84% -
XYZ 18.5 17.58 66.04 -
YUV 93.08 196.24 61.61 -
System Red Green Blue C M Y K H S L
Decimal 0 117 214 1 0.45 0 0.16 207.2 1 0.42
Hex 0 75 D6 64 2D 0 10 CF 64 2A
Octal 0 165 326 144 55 0 20 317 144 52
Binary 0 1110101 11010110 1100100 101101 0 10000 11001111 1100100 101010

Color Harmonies of #0075D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0075D6

Black with #0075D6

Text Example


Text Example

White with #0075D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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