Html Css Color HEX #075FFC Navy Blue

📋 copy color: '#075FFC'

red 7 ◦ green 95 ◦ blue 252

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

Shades of Navy Blue #075FFC

Tints of Navy Blue #075FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 71.19%

R = 1.98%
G = 26.84%
B = 71.19%

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

#075FFC (or 0x075FFC) is known color: Navy Blue. HEX triplet: 07, 5F and FC. RGB value is (7,95,252). Sum of RGB (Red+Green+Blue) = 7+95+252=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #075FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075FFC is #F8A003. Grayscale: #555555. Windows color (decimal): -16293892 or 16539399. OLE color: 16539399.

HSL color Cylindrical-coordinate representation of color #075FFC: hue angle of 218.45º 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 #075FFC is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 95 252 -
CMYK 0.97 0.62 0 0.01
HSL 218.45º 0.98% 0.51% -
HSV(B) 218.45º 0.97% 0.99% -
XYZ 21.75 15.26 93.89 -
YUV 86.59 221.35 71.23 -
System Red Green Blue C M Y K H S L
Decimal 7 95 252 0.97 0.62 0 0.01 218.45 0.98 0.51
Hex 7 5F FC 61 3E 0 1 DA 62 33
Octal 7 137 374 141 76 0 1 332 142 63
Binary 111 1011111 11111100 1100001 111110 0 1 11011010 1100010 110011

Color Harmonies of #075FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075FFC

Black with #075FFC

Text Example


Text Example

White with #075FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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