Html Css Color HEX #0677EB Navy Blue

📋 copy color: '#0677EB'

red 6 ◦ green 119 ◦ blue 235

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

Shades of Navy Blue #0677EB

Tints of Navy Blue #0677EB

RGB

 RED value IS 6 (2.73% from 255) = 1.67%

 GREEN value IS 119 (46.88% from 255) = 33.06%

 BLUE value IS 235 (92.19% from 255) = 65.28%

R = 1.67%
G = 33.06%
B = 65.28%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0677EB (or 0x0677EB) is known color: Navy Blue. HEX triplet: 06, 77 and EB. RGB value is (6,119,235). Sum of RGB (Red+Green+Blue) = 6+119+235=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #0677EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0677EB is #F98814. Grayscale: #616161. Windows color (decimal): -16353301 or 15431430. OLE color: 15431430.

HSL color Cylindrical-coordinate representation of color #0677EB: hue angle of 210.39º degrees, saturation: 0.95, 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 #0677EB is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 119 235 -
CMYK 0.97 0.49 0 0.08
HSL 210.39º 0.95% 0.47% -
HSV(B) 210.39º 0.97% 0.92% -
XYZ 21.67 19.23 81.17 -
YUV 98.44 205.06 62.07 -
System Red Green Blue C M Y K H S L
Decimal 6 119 235 0.97 0.49 0 0.08 210.39 0.95 0.47
Hex 6 77 EB 61 31 0 8 D2 5F 2F
Octal 6 167 353 141 61 0 10 322 137 57
Binary 110 1110111 11101011 1100001 110001 0 1000 11010010 1011111 101111

Color Harmonies of #0677EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0677EB

Black with #0677EB

Text Example


Text Example

White with #0677EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0677EB; }

 p { color: rgb(6,119,235); }

 H1.HeaderClassName
 {
   color: #0677EB;
 }
 .AnyTagClassName
 {
   color: #0677EB;
 }
</style>

background-color css

<style>
 a { background-color: #0677EB; }

 a { background-color: rgb(6,119,235); }

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

border-color css

<style>
 span { border-color: #0677EB; }

 span { border-color: rgb(6,119,235); }

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