Html Css Color HEX #075CCE Navy Blue

📋 copy color: '#075CCE'

red 7 ◦ green 92 ◦ blue 206

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

Shades of Navy Blue #075CCE

Tints of Navy Blue #075CCE

RGB

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

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

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

R = 2.3%
G = 30.16%
B = 67.54%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#075CCE (or 0x075CCE) is known color: Navy Blue. HEX triplet: 07, 5C and CE. RGB value is (7,92,206). Sum of RGB (Red+Green+Blue) = 7+92+206=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #075CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075CCE is #F8A331. Grayscale: #4F4F4F. Windows color (decimal): -16294706 or 13523975. OLE color: 13523975.

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

Color convert

RGB 7 92 206 -
CMYK 0.97 0.55 0 0.19
HSL 214.37º 0.93% 0.42% -
HSV(B) 214.37º 0.97% 0.81% -
XYZ 15.06 12.16 59.95 -
YUV 79.58 199.34 76.23 -
System Red Green Blue C M Y K H S L
Decimal 7 92 206 0.97 0.55 0 0.19 214.37 0.93 0.42
Hex 7 5C CE 61 37 0 13 D6 5D 2A
Octal 7 134 316 141 67 0 23 326 135 52
Binary 111 1011100 11001110 1100001 110111 0 10011 11010110 1011101 101010

Color Harmonies of #075CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075CCE

Black with #075CCE

Text Example


Text Example

White with #075CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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