Html Css Color HEX #076CEA Navy Blue

📋 copy color: '#076CEA'

red 7 ◦ green 108 ◦ blue 234

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

Shades of Navy Blue #076CEA

Tints of Navy Blue #076CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.05%

R = 2.01%
G = 30.95%
B = 67.05%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#076CEA (or 0x076CEA) is known color: Navy Blue. HEX triplet: 07, 6C and EA. RGB value is (7,108,234). Sum of RGB (Red+Green+Blue) = 7+108+234=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 234 (91.80% from 255 or 67.05% from 349); Max value from RGB is 234 - color contains mainly: blue. Hex color #076CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076CEA is #F89315. Grayscale: #5B5B5B. Windows color (decimal): -16290582 or 15363079. OLE color: 15363079.

HSL color Cylindrical-coordinate representation of color #076CEA: hue angle of 213.3º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CEA is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 108 234 -
CMYK 0.97 0.54 0 0.08
HSL 213.3º 0.94% 0.47% -
HSV(B) 213.3º 0.97% 0.92% -
XYZ 20.3 16.71 80 -
YUV 92.17 208.04 67.25 -
System Red Green Blue C M Y K H S L
Decimal 7 108 234 0.97 0.54 0 0.08 213.3 0.94 0.47
Hex 7 6C EA 61 36 0 8 D5 5E 2F
Octal 7 154 352 141 66 0 10 325 136 57
Binary 111 1101100 11101010 1100001 110110 0 1000 11010101 1011110 101111

Color Harmonies of #076CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CEA

Black with #076CEA

Text Example


Text Example

White with #076CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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