Html Css Color HEX #075CE7 Navy Blue

📋 copy color: '#075CE7'

red 7 ◦ green 92 ◦ blue 231

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

Shades of Navy Blue #075CE7

Tints of Navy Blue #075CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 70%

R = 2.12%
G = 27.88%
B = 70%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#075CE7 (or 0x075CE7) is known color: Navy Blue. HEX triplet: 07, 5C and E7. RGB value is (7,92,231). Sum of RGB (Red+Green+Blue) = 7+92+231=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 231 (90.62% from 255 or 70% from 330); Max value from RGB is 231 - color contains mainly: blue. Hex color #075CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075CE7 is #F8A318. Grayscale: #515151. Windows color (decimal): -16294681 or 15162375. OLE color: 15162375.

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

Color convert

RGB 7 92 231 -
CMYK 0.97 0.60 0 0.09
HSL 217.23º 0.94% 0.47% -
HSV(B) 217.23º 0.97% 0.91% -
XYZ 18.34 13.47 77.23 -
YUV 82.43 211.84 74.2 -
System Red Green Blue C M Y K H S L
Decimal 7 92 231 0.97 0.60 0 0.09 217.23 0.94 0.47
Hex 7 5C E7 61 3C 0 9 D9 5E 2F
Octal 7 134 347 141 74 0 11 331 136 57
Binary 111 1011100 11100111 1100001 111100 0 1001 11011001 1011110 101111

Color Harmonies of #075CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075CE7

Black with #075CE7

Text Example


Text Example

White with #075CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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