Html Css Color HEX #076CDE Navy Blue

📋 copy color: '#076CDE'

red 7 ◦ green 108 ◦ blue 222

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

Shades of Navy Blue #076CDE

Tints of Navy Blue #076CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.88%

R = 2.08%
G = 32.05%
B = 65.88%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#076CDE (or 0x076CDE) is known color: Navy Blue. HEX triplet: 07, 6C and DE. RGB value is (7,108,222). Sum of RGB (Red+Green+Blue) = 7+108+222=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #076CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076CDE is #F89321. Grayscale: #5A5A5A. Windows color (decimal): -16290594 or 14576647. OLE color: 14576647.

HSL color Cylindrical-coordinate representation of color #076CDE: hue angle of 211.81º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CDE is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 108 222 -
CMYK 0.97 0.51 0 0.13
HSL 211.81º 0.94% 0.45% -
HSV(B) 211.81º 0.97% 0.87% -
XYZ 18.64 16.04 71.22 -
YUV 90.8 202.04 68.23 -
System Red Green Blue C M Y K H S L
Decimal 7 108 222 0.97 0.51 0 0.13 211.81 0.94 0.45
Hex 7 6C DE 61 33 0 D D4 5E 2D
Octal 7 154 336 141 63 0 15 324 136 55
Binary 111 1101100 11011110 1100001 110011 0 1101 11010100 1011110 101101

Color Harmonies of #076CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CDE

Black with #076CDE

Text Example


Text Example

White with #076CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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