Html Css Color HEX #075ECB Navy Blue

📋 copy color: '#075ECB'

red 7 ◦ green 94 ◦ blue 203

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

Shades of Navy Blue #075ECB

Tints of Navy Blue #075ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.92%

 BLUE value IS 203 (79.69% from 255) = 66.78%

R = 2.3%
G = 30.92%
B = 66.78%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#075ECB (or 0x075ECB) is known color: Navy Blue. HEX triplet: 07, 5E and CB. RGB value is (7,94,203). Sum of RGB (Red+Green+Blue) = 7+94+203=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #075ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075ECB is #F8A134. Grayscale: #4F4F4F. Windows color (decimal): -16294197 or 13327879. OLE color: 13327879.

HSL color Cylindrical-coordinate representation of color #075ECB: hue angle of 213.37º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075ECB is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 94 203 -
CMYK 0.97 0.54 0 0.20
HSL 213.37º 0.93% 0.41% -
HSV(B) 213.37º 0.97% 0.8% -
XYZ 14.87 12.36 58.1 -
YUV 80.41 197.18 75.64 -
System Red Green Blue C M Y K H S L
Decimal 7 94 203 0.97 0.54 0 0.20 213.37 0.93 0.41
Hex 7 5E CB 61 36 0 14 D5 5D 29
Octal 7 136 313 141 66 0 24 325 135 51
Binary 111 1011110 11001011 1100001 110110 0 10100 11010101 1011101 101001

Color Harmonies of #075ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075ECB

Black with #075ECB

Text Example


Text Example

White with #075ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,94,203); }

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

background-color css

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

 a { background-color: rgb(7,94,203); }

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

border-color css

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

 span { border-color: rgb(7,94,203); }

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