Html Css Color HEX #075CFE Navy Blue

📋 copy color: '#075CFE'

red 7 ◦ green 92 ◦ blue 254

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

Shades of Navy Blue #075CFE

Tints of Navy Blue #075CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.95%

R = 1.98%
G = 26.06%
B = 71.95%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#075CFE (or 0x075CFE) is known color: Navy Blue. HEX triplet: 07, 5C and FE. RGB value is (7,92,254). Sum of RGB (Red+Green+Blue) = 7+92+254=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #075CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075CFE is #F8A301. Grayscale: #545454. Windows color (decimal): -16294658 or 16669703. OLE color: 16669703.

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

Color convert

RGB 7 92 254 -
CMYK 0.97 0.64 0 0.00
HSL 219.35º 0.99% 0.51% -
HSV(B) 219.35º 0.97% 1% -
XYZ 21.8 14.86 95.48 -
YUV 85.05 223.34 72.33 -
System Red Green Blue C M Y K H S L
Decimal 7 92 254 0.97 0.64 0 0.00 219.35 0.99 0.51
Hex 7 5C FE 61 40 0 0 DB 63 33
Octal 7 134 376 141 100 0 0 333 143 63
Binary 111 1011100 11111110 1100001 1000000 0 0 11011011 1100011 110011

Color Harmonies of #075CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075CFE

Black with #075CFE

Text Example


Text Example

White with #075CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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