Html Css Color HEX #075ACE Navy Blue

📋 copy color: '#075ACE'

red 7 ◦ green 90 ◦ blue 206

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

Shades of Navy Blue #075ACE

Tints of Navy Blue #075ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.7%

 BLUE value IS 206 (80.86% from 255) = 67.99%

R = 2.31%
G = 29.7%
B = 67.99%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#075ACE (or 0x075ACE) is known color: Navy Blue. HEX triplet: 07, 5A and CE. RGB value is (7,90,206). Sum of RGB (Red+Green+Blue) = 7+90+206=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #075ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075ACE is #F8A531. Grayscale: #4D4D4D. Windows color (decimal): -16295218 or 13523463. OLE color: 13523463.

HSL color Cylindrical-coordinate representation of color #075ACE: hue angle of 214.97º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075ACE is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 90 206 -
CMYK 0.97 0.56 0 0.19
HSL 214.97º 0.93% 0.42% -
HSV(B) 214.97º 0.97% 0.81% -
XYZ 14.88 11.81 59.89 -
YUV 78.41 200 77.07 -
System Red Green Blue C M Y K H S L
Decimal 7 90 206 0.97 0.56 0 0.19 214.97 0.93 0.42
Hex 7 5A CE 61 38 0 13 D7 5D 2A
Octal 7 132 316 141 70 0 23 327 135 52
Binary 111 1011010 11001110 1100001 111000 0 10011 11010111 1011101 101010

Color Harmonies of #075ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075ACE

Black with #075ACE

Text Example


Text Example

White with #075ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,90,206); }

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

background-color css

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

 a { background-color: rgb(7,90,206); }

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

border-color css

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

 span { border-color: rgb(7,90,206); }

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