Html Css Color HEX #076CEF Navy Blue

📋 copy color: '#076CEF'

red 7 ◦ green 108 ◦ blue 239

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

Shades of Navy Blue #076CEF

Tints of Navy Blue #076CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.51%

 BLUE value IS 239 (93.75% from 255) = 67.51%

R = 1.98%
G = 30.51%
B = 67.51%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#076CEF (or 0x076CEF) is known color: Navy Blue. HEX triplet: 07, 6C and EF. RGB value is (7,108,239). Sum of RGB (Red+Green+Blue) = 7+108+239=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #076CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076CEF is #F89310. Grayscale: #5C5C5C. Windows color (decimal): -16290577 or 15690759. OLE color: 15690759.

HSL color Cylindrical-coordinate representation of color #076CEF: hue angle of 213.88º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CEF is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 108 239 -
CMYK 0.97 0.55 0 0.06
HSL 213.88º 0.94% 0.48% -
HSV(B) 213.88º 0.97% 0.94% -
XYZ 21.03 17 83.83 -
YUV 92.74 210.54 66.85 -
System Red Green Blue C M Y K H S L
Decimal 7 108 239 0.97 0.55 0 0.06 213.88 0.94 0.48
Hex 7 6C EF 61 37 0 6 D6 5E 30
Octal 7 154 357 141 67 0 6 326 136 60
Binary 111 1101100 11101111 1100001 110111 0 110 11010110 1011110 110000

Color Harmonies of #076CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CEF

Black with #076CEF

Text Example


Text Example

White with #076CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,108,239); }

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

background-color css

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

 a { background-color: rgb(7,108,239); }

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

border-color css

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

 span { border-color: rgb(7,108,239); }

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