Html Css Color HEX #0677EA Navy Blue

📋 copy color: '#0677EA'

red 6 ◦ green 119 ◦ blue 234

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

Shades of Navy Blue #0677EA

Tints of Navy Blue #0677EA

RGB

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

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

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

R = 1.67%
G = 33.15%
B = 65.18%

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

#0677EA (or 0x0677EA) is known color: Navy Blue. HEX triplet: 06, 77 and EA. RGB value is (6,119,234). Sum of RGB (Red+Green+Blue) = 6+119+234=359 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #0677EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0677EA is #F98815. Grayscale: #616161. Windows color (decimal): -16353302 or 15365894. OLE color: 15365894.

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

Color convert

RGB 6 119 234 -
CMYK 0.97 0.49 0 0.08
HSL 210.26º 0.95% 0.47% -
HSV(B) 210.26º 0.97% 0.92% -
XYZ 21.52 19.17 80.41 -
YUV 98.32 204.56 62.15 -
System Red Green Blue C M Y K H S L
Decimal 6 119 234 0.97 0.49 0 0.08 210.26 0.95 0.47
Hex 6 77 EA 61 31 0 8 D2 5F 2F
Octal 6 167 352 141 61 0 10 322 137 57
Binary 110 1110111 11101010 1100001 110001 0 1000 11010010 1011111 101111

Color Harmonies of #0677EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0677EA

Black with #0677EA

Text Example


Text Example

White with #0677EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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