Html Css Color HEX #075CCC Navy Blue

📋 copy color: '#075CCC'

red 7 ◦ green 92 ◦ blue 204

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

Shades of Navy Blue #075CCC

Tints of Navy Blue #075CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 67.33%

R = 2.31%
G = 30.36%
B = 67.33%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#075CCC (or 0x075CCC) is known color: Navy Blue. HEX triplet: 07, 5C and CC. RGB value is (7,92,204). Sum of RGB (Red+Green+Blue) = 7+92+204=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #075CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075CCC is #F8A333. Grayscale: #4E4E4E. Windows color (decimal): -16294708 or 13392903. OLE color: 13392903.

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

Color convert

RGB 7 92 204 -
CMYK 0.97 0.55 0 0.2
HSL 214.11º 0.93% 0.41% -
HSV(B) 214.11º 0.97% 0.8% -
XYZ 14.81 12.06 58.67 -
YUV 79.35 198.34 76.39 -
System Red Green Blue C M Y K H S L
Decimal 7 92 204 0.97 0.55 0 0.2 214.11 0.93 0.41
Hex 7 5C CC 61 37 0 14 D6 5D 29
Octal 7 134 314 141 67 0 24 326 135 51
Binary 111 1011100 11001100 1100001 110111 0 10100 11010110 1011101 101001

Color Harmonies of #075CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075CCC

Black with #075CCC

Text Example


Text Example

White with #075CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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