Html Css Color HEX #075CFF Navy Blue

📋 copy color: '#075CFF'

red 7 ◦ green 92 ◦ blue 255

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

Shades of Navy Blue #075CFF

Tints of Navy Blue #075CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.99%

 BLUE value IS 255 (100% from 255) = 72.03%

R = 1.98%
G = 25.99%
B = 72.03%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#075CFF (or 0x075CFF) is known color: Navy Blue. HEX triplet: 07, 5C and FF. RGB value is (7,92,255). Sum of RGB (Red+Green+Blue) = 7+92+255=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #075CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075CFF is #F8A300. Grayscale: #545454. Windows color (decimal): -16294657 or 16735239. OLE color: 16735239.

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

Color convert

RGB 7 92 255 -
CMYK 0.97 0.64 0 0
HSL 219.44º 1% 0.51% -
HSV(B) 219.44º 0.97% 1% -
XYZ 21.96 14.92 96.33 -
YUV 85.17 223.84 72.25 -
System Red Green Blue C M Y K H S L
Decimal 7 92 255 0.97 0.64 0 0 219.44 1 0.51
Hex 7 5C FF 61 40 0 0 DB 64 33
Octal 7 134 377 141 100 0 0 333 144 63
Binary 111 1011100 11111111 1100001 1000000 0 0 11011011 1100100 110011

Color Harmonies of #075CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075CFF

Black with #075CFF

Text Example


Text Example

White with #075CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,92,255); }

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

background-color css

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

 a { background-color: rgb(7,92,255); }

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

border-color css

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

 span { border-color: rgb(7,92,255); }

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