Html Css Color HEX #075DEA Navy Blue

📋 copy color: '#075DEA'

red 7 ◦ green 93 ◦ blue 234

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

Shades of Navy Blue #075DEA

Tints of Navy Blue #075DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.06%

R = 2.1%
G = 27.84%
B = 70.06%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#075DEA (or 0x075DEA) is known color: Navy Blue. HEX triplet: 07, 5D and EA. RGB value is (7,93,234). Sum of RGB (Red+Green+Blue) = 7+93+234=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #075DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075DEA is #F8A215. Grayscale: #525252. Windows color (decimal): -16294422 or 15359239. OLE color: 15359239.

HSL color Cylindrical-coordinate representation of color #075DEA: hue angle of 217.27º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075DEA is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 93 234 -
CMYK 0.97 0.60 0 0.08
HSL 217.27º 0.94% 0.47% -
HSV(B) 217.27º 0.97% 0.92% -
XYZ 18.85 13.81 79.51 -
YUV 83.36 213.01 73.54 -
System Red Green Blue C M Y K H S L
Decimal 7 93 234 0.97 0.60 0 0.08 217.27 0.94 0.47
Hex 7 5D EA 61 3C 0 8 D9 5E 2F
Octal 7 135 352 141 74 0 10 331 136 57
Binary 111 1011101 11101010 1100001 111100 0 1000 11011001 1011110 101111

Color Harmonies of #075DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075DEA

Black with #075DEA

Text Example


Text Example

White with #075DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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