Html Css Color HEX #076DEE Navy Blue

📋 copy color: '#076DEE'

red 7 ◦ green 109 ◦ blue 238

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

Shades of Navy Blue #076DEE

Tints of Navy Blue #076DEE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.79%

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

R = 1.98%
G = 30.79%
B = 67.23%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#076DEE (or 0x076DEE) is known color: Navy Blue. HEX triplet: 07, 6D and EE. RGB value is (7,109,238). Sum of RGB (Red+Green+Blue) = 7+109+238=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #076DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076DEE is #F89211. Grayscale: #5C5C5C. Windows color (decimal): -16290322 or 15625479. OLE color: 15625479.

HSL color Cylindrical-coordinate representation of color #076DEE: hue angle of 213.51º 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 #076DEE is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 109 238 -
CMYK 0.97 0.54 0 0.07
HSL 213.51º 0.94% 0.48% -
HSV(B) 213.51º 0.97% 0.93% -
XYZ 20.99 17.16 83.09 -
YUV 93.21 209.71 66.51 -
System Red Green Blue C M Y K H S L
Decimal 7 109 238 0.97 0.54 0 0.07 213.51 0.94 0.48
Hex 7 6D EE 61 36 0 7 D6 5E 30
Octal 7 155 356 141 66 0 7 326 136 60
Binary 111 1101101 11101110 1100001 110110 0 111 11010110 1011110 110000

Color Harmonies of #076DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076DEE

Black with #076DEE

Text Example


Text Example

White with #076DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076DEE; }

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

 H1.HeaderClassName
 {
   color: #076DEE;
 }
 .AnyTagClassName
 {
   color: #076DEE;
 }
</style>

background-color css

<style>
 a { background-color: #076DEE; }

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

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

border-color css

<style>
 span { border-color: #076DEE; }

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

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