Html Css Color HEX #076CF2 Navy Blue

📋 copy color: '#076CF2'

red 7 ◦ green 108 ◦ blue 242

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

Shades of Navy Blue #076CF2

Tints of Navy Blue #076CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 67.79%

R = 1.96%
G = 30.25%
B = 67.79%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#076CF2 (or 0x076CF2) is known color: Navy Blue. HEX triplet: 07, 6C and F2. RGB value is (7,108,242). Sum of RGB (Red+Green+Blue) = 7+108+242=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 242 (94.92% from 255 or 67.79% from 357); Max value from RGB is 242 - color contains mainly: blue. Hex color #076CF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076CF2 is #F8930D. Grayscale: #5C5C5C. Windows color (decimal): -16290574 or 15887367. OLE color: 15887367.

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

Color convert

RGB 7 108 242 -
CMYK 0.97 0.55 0 0.05
HSL 214.21º 0.94% 0.49% -
HSV(B) 214.21º 0.97% 0.95% -
XYZ 21.48 17.18 86.19 -
YUV 93.08 212.04 66.6 -
System Red Green Blue C M Y K H S L
Decimal 7 108 242 0.97 0.55 0 0.05 214.21 0.94 0.49
Hex 7 6C F2 61 37 0 5 D6 5E 31
Octal 7 154 362 141 67 0 5 326 136 61
Binary 111 1101100 11110010 1100001 110111 0 101 11010110 1011110 110001

Color Harmonies of #076CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CF2

Black with #076CF2

Text Example


Text Example

White with #076CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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