Html Css Color HEX #075CE6 Navy Blue

📋 copy color: '#075CE6'

red 7 ◦ green 92 ◦ blue 230

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

Shades of Navy Blue #075CE6

Tints of Navy Blue #075CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 69.91%

R = 2.13%
G = 27.96%
B = 69.91%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#075CE6 (or 0x075CE6) is known color: Navy Blue. HEX triplet: 07, 5C and E6. RGB value is (7,92,230). Sum of RGB (Red+Green+Blue) = 7+92+230=329 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 230 (90.23% from 255 or 69.91% from 329); Max value from RGB is 230 - color contains mainly: blue. Hex color #075CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075CE6 is #F8A319. Grayscale: #515151. Windows color (decimal): -16294682 or 15096839. OLE color: 15096839.

HSL color Cylindrical-coordinate representation of color #075CE6: hue angle of 217.13º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075CE6 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 7 92 230 -
CMYK 0.97 0.60 0 0.10
HSL 217.13º 0.94% 0.46% -
HSV(B) 217.13º 0.97% 0.9% -
XYZ 18.2 13.41 76.49 -
YUV 82.32 211.34 74.28 -
System Red Green Blue C M Y K H S L
Decimal 7 92 230 0.97 0.60 0 0.10 217.13 0.94 0.46
Hex 7 5C E6 61 3C 0 A D9 5E 2E
Octal 7 134 346 141 74 0 12 331 136 56
Binary 111 1011100 11100110 1100001 111100 0 1010 11011001 1011110 101110

Color Harmonies of #075CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075CE6

Black with #075CE6

Text Example


Text Example

White with #075CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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