Html Css Color HEX #075BCE Navy Blue

📋 copy color: '#075BCE'

red 7 ◦ green 91 ◦ blue 206

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

Shades of Navy Blue #075BCE

Tints of Navy Blue #075BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.93%

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

R = 2.3%
G = 29.93%
B = 67.76%

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

#075BCE (or 0x075BCE) is known color: Navy Blue. HEX triplet: 07, 5B and CE. RGB value is (7,91,206). Sum of RGB (Red+Green+Blue) = 7+91+206=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #075BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075BCE is #F8A431. Grayscale: #4E4E4E. Windows color (decimal): -16294962 or 13523719. OLE color: 13523719.

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

Color convert

RGB 7 91 206 -
CMYK 0.97 0.56 0 0.19
HSL 214.67º 0.93% 0.42% -
HSV(B) 214.67º 0.97% 0.81% -
XYZ 14.97 11.98 59.92 -
YUV 78.99 199.67 76.65 -
System Red Green Blue C M Y K H S L
Decimal 7 91 206 0.97 0.56 0 0.19 214.67 0.93 0.42
Hex 7 5B CE 61 38 0 13 D7 5D 2A
Octal 7 133 316 141 70 0 23 327 135 52
Binary 111 1011011 11001110 1100001 111000 0 10011 11010111 1011101 101010

Color Harmonies of #075BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075BCE

Black with #075BCE

Text Example


Text Example

White with #075BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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