Html Css Color HEX #075CEE Navy Blue

📋 copy color: '#075CEE'

red 7 ◦ green 92 ◦ blue 238

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

Shades of Navy Blue #075CEE

Tints of Navy Blue #075CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70.62%

R = 2.08%
G = 27.3%
B = 70.62%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#075CEE (or 0x075CEE) is known color: Navy Blue. HEX triplet: 07, 5C and EE. RGB value is (7,92,238). Sum of RGB (Red+Green+Blue) = 7+92+238=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #075CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075CEE is #F8A311. Grayscale: #525252. Windows color (decimal): -16294674 or 15621127. OLE color: 15621127.

HSL color Cylindrical-coordinate representation of color #075CEE: hue angle of 217.92º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075CEE is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 92 238 -
CMYK 0.97 0.61 0 0.07
HSL 217.92º 0.94% 0.48% -
HSV(B) 217.92º 0.97% 0.93% -
XYZ 19.35 13.87 82.55 -
YUV 83.23 215.34 73.63 -
System Red Green Blue C M Y K H S L
Decimal 7 92 238 0.97 0.61 0 0.07 217.92 0.94 0.48
Hex 7 5C EE 61 3D 0 7 DA 5E 30
Octal 7 134 356 141 75 0 7 332 136 60
Binary 111 1011100 11101110 1100001 111101 0 111 11011010 1011110 110000

Color Harmonies of #075CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075CEE

Black with #075CEE

Text Example


Text Example

White with #075CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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