Html Css Color HEX #076BED Navy Blue

📋 copy color: '#076BED'

red 7 ◦ green 107 ◦ blue 237

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

Shades of Navy Blue #076BED

Tints of Navy Blue #076BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.48%

 BLUE value IS 237 (92.97% from 255) = 67.52%

R = 1.99%
G = 30.48%
B = 67.52%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#076BED (or 0x076BED) is known color: Navy Blue. HEX triplet: 07, 6B and ED. RGB value is (7,107,237). Sum of RGB (Red+Green+Blue) = 7+107+237=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #076BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076BED is #F89412. Grayscale: #5B5B5B. Windows color (decimal): -16290835 or 15559431. OLE color: 15559431.

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

Color convert

RGB 7 107 237 -
CMYK 0.97 0.55 0 0.07
HSL 213.91º 0.94% 0.48% -
HSV(B) 213.91º 0.97% 0.93% -
XYZ 20.63 16.67 82.25 -
YUV 91.92 209.87 67.43 -
System Red Green Blue C M Y K H S L
Decimal 7 107 237 0.97 0.55 0 0.07 213.91 0.94 0.48
Hex 7 6B ED 61 37 0 7 D6 5E 30
Octal 7 153 355 141 67 0 7 326 136 60
Binary 111 1101011 11101101 1100001 110111 0 111 11010110 1011110 110000

Color Harmonies of #076BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076BED

Black with #076BED

Text Example


Text Example

White with #076BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,107,237); }

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

background-color css

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

 a { background-color: rgb(7,107,237); }

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

border-color css

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

 span { border-color: rgb(7,107,237); }

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