Html Css Color HEX #075DDE Navy Blue

📋 copy color: '#075DDE'

red 7 ◦ green 93 ◦ blue 222

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

Shades of Navy Blue #075DDE

Tints of Navy Blue #075DDE

RGB

 RED value IS 7 (3.13% from 255) = 2.17%

 GREEN value IS 93 (36.72% from 255) = 28.88%

 BLUE value IS 222 (87.11% from 255) = 68.94%

R = 2.17%
G = 28.88%
B = 68.94%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#075DDE (or 0x075DDE) is known color: Navy Blue. HEX triplet: 07, 5D and DE. RGB value is (7,93,222). Sum of RGB (Red+Green+Blue) = 7+93+222=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #075DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075DDE is #F8A221. Grayscale: #515151. Windows color (decimal): -16294434 or 14572807. OLE color: 14572807.

HSL color Cylindrical-coordinate representation of color #075DDE: hue angle of 216º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075DDE is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 93 222 -
CMYK 0.97 0.58 0 0.13
HSL 216º 0.94% 0.45% -
HSV(B) 216º 0.97% 0.87% -
XYZ 17.19 13.15 70.74 -
YUV 81.99 207.01 74.51 -
System Red Green Blue C M Y K H S L
Decimal 7 93 222 0.97 0.58 0 0.13 216 0.94 0.45
Hex 7 5D DE 61 3A 0 D D8 5E 2D
Octal 7 135 336 141 72 0 15 330 136 55
Binary 111 1011101 11011110 1100001 111010 0 1101 11011000 1011110 101101

Color Harmonies of #075DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075DDE

Black with #075DDE

Text Example


Text Example

White with #075DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075DDE; }

 p { color: rgb(7,93,222); }

 H1.HeaderClassName
 {
   color: #075DDE;
 }
 .AnyTagClassName
 {
   color: #075DDE;
 }
</style>

background-color css

<style>
 a { background-color: #075DDE; }

 a { background-color: rgb(7,93,222); }

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

border-color css

<style>
 span { border-color: #075DDE; }

 span { border-color: rgb(7,93,222); }

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