Html Css Color HEX #0075D0 Navy Blue

📋 copy color: '#0075D0'

red 0 ◦ green 117 ◦ blue 208

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

Shades of Navy Blue #0075D0

Tints of Navy Blue #0075D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 64%

R = 0%
G = 36%
B = 64%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0075D0 (or 0x0075D0) is known color: Navy Blue. HEX triplet: 00, 75 and D0. RGB value is (0,117,208). Sum of RGB (Red+Green+Blue) = 0+117+208=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 208 (81.64% from 255 or 64% from 325); Max value from RGB is 208 - color contains mainly: blue. Hex color #0075D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0075D0 is #FF8A2F. Grayscale: #5B5B5B. Windows color (decimal): -16747056 or 13661440. OLE color: 13661440.

HSL color Cylindrical-coordinate representation of color #0075D0: hue angle of 206.25º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0075D0 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 117 208 -
CMYK 1 0.44 0 0.18
HSL 206.25º 1% 0.41% -
HSV(B) 206.25º 1% 0.82% -
XYZ 17.75 17.28 62.07 -
YUV 92.39 193.24 62.1 -
System Red Green Blue C M Y K H S L
Decimal 0 117 208 1 0.44 0 0.18 206.25 1 0.41
Hex 0 75 D0 64 2C 0 12 CE 64 29
Octal 0 165 320 144 54 0 22 316 144 51
Binary 0 1110101 11010000 1100100 101100 0 10010 11001110 1100100 101001

Color Harmonies of #0075D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0075D0

Black with #0075D0

Text Example


Text Example

White with #0075D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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