Html Css Color HEX #075FFD Navy Blue

📋 copy color: '#075FFD'

red 7 ◦ green 95 ◦ blue 253

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

Shades of Navy Blue #075FFD

Tints of Navy Blue #075FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.76%

 BLUE value IS 253 (99.22% from 255) = 71.27%

R = 1.97%
G = 26.76%
B = 71.27%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#075FFD (or 0x075FFD) is known color: Navy Blue. HEX triplet: 07, 5F and FD. RGB value is (7,95,253). Sum of RGB (Red+Green+Blue) = 7+95+253=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #075FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075FFD is #F8A002. Grayscale: #555555. Windows color (decimal): -16293891 or 16604935. OLE color: 16604935.

HSL color Cylindrical-coordinate representation of color #075FFD: hue angle of 218.54º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075FFD is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 95 253 -
CMYK 0.97 0.62 0 0.01
HSL 218.54º 0.98% 0.51% -
HSV(B) 218.54º 0.97% 0.99% -
XYZ 21.91 15.32 94.73 -
YUV 86.7 221.85 71.15 -
System Red Green Blue C M Y K H S L
Decimal 7 95 253 0.97 0.62 0 0.01 218.54 0.98 0.51
Hex 7 5F FD 61 3E 0 1 DB 62 33
Octal 7 137 375 141 76 0 1 333 142 63
Binary 111 1011111 11111101 1100001 111110 0 1 11011011 1100010 110011

Color Harmonies of #075FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075FFD

Black with #075FFD

Text Example


Text Example

White with #075FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,95,253); }

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

background-color css

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

 a { background-color: rgb(7,95,253); }

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

border-color css

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

 span { border-color: rgb(7,95,253); }

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